diff --git a/.github/workflows/android_cmake.yml b/.github/workflows/android_cmake.yml index d7a1ffaf8cb8..108e0cadc2a8 100644 --- a/.github/workflows/android_cmake.yml +++ b/.github/workflows/android_cmake.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 25ea0818bb79..5ee7e6b14209 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -4,6 +4,7 @@ on: pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/clang_static_analyzer.yml b/.github/workflows/clang_static_analyzer.yml index 540ec442d156..41c86a7237a5 100644 --- a/.github/workflows/clang_static_analyzer.yml +++ b/.github/workflows/clang_static_analyzer.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/cmake_builds.yml b/.github/workflows/cmake_builds.yml index e0fe686d72ab..ad8a05694cf7 100644 --- a/.github/workflows/cmake_builds.yml +++ b/.github/workflows/cmake_builds.yml @@ -6,12 +6,15 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' + branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8bcba7494067..cbdf13b7bed7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index b69f6610b651..47bbd31b54cf 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -4,6 +4,7 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' diff --git a/.github/workflows/delete_untagged_containers.yml b/.github/workflows/delete_untagged_containers.yml index 5d62429e8f32..e37a0012c1c4 100644 --- a/.github/workflows/delete_untagged_containers.yml +++ b/.github/workflows/delete_untagged_containers.yml @@ -4,6 +4,7 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index 4109fc83cdea..19db499f741f 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3814555e6df3..31f680caaa15 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index faf577077819..91146477d8be 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -4,12 +4,14 @@ on: push: paths-ignore: - 'doc/**' + - 'docker/**' branches-ignore: - 'backport**' - 'dependabot**' pull_request: paths-ignore: - 'doc/**' + - 'docker/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}