diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94521ec13652..be1ac4baa5ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,51 @@ name: ci on: pull_request: + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' push: branches: - master + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3e222fb07969..f6b61483b010 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -20,8 +20,26 @@ on: branches: ["master"] tags: ["v*.*.*"] paths-ignore: - - "**.md" - - "**/resources/static/" + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' env: REGISTRY: ghcr.io diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index 108d97a69b75..760604e89e66 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -17,9 +17,51 @@ name: e2e on: pull_request: + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' push: branches: - master + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/integrated-test-k8s-ingress.yml b/.github/workflows/integrated-test-k8s-ingress.yml index 5b6792d2d18b..e36d3f50ab75 100644 --- a/.github/workflows/integrated-test-k8s-ingress.yml +++ b/.github/workflows/integrated-test-k8s-ingress.yml @@ -17,9 +17,51 @@ name: it-k8s on: pull_request: + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' push: branches: - master + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/integrated-test.yml b/.github/workflows/integrated-test.yml index ae23d0a6b9bf..0130e65ce2dd 100644 --- a/.github/workflows/integrated-test.yml +++ b/.github/workflows/integrated-test.yml @@ -17,9 +17,51 @@ name: it on: pull_request: + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' push: branches: - master + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/k8s-examples-http.yml b/.github/workflows/k8s-examples-http.yml index 26abda660f53..e02f5b9fa7b3 100644 --- a/.github/workflows/k8s-examples-http.yml +++ b/.github/workflows/k8s-examples-http.yml @@ -17,9 +17,51 @@ name: k8s-examples-http on: pull_request: + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' push: branches: - master + paths-ignore: + - '**.md' + - '**.txt' + - '**.png' + - '**.jpg' + - '**.jpeg' + - '**.gif' + - '**.svg' + - '**.ico' + - '**.pdf' + - '**.doc' + - '**.docx' + - 'LICENSE' + - 'NOTICE' + - 'DISCLAIMER' + - '.asf.yaml' + - '.gitignore' + - '.licenserc.yaml' + - '.github/ISSUE_TEMPLATE/**' + - '.github/PULL_REQUEST_TEMPLATE' + - '**/resources/static/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}