diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index c8c61e9c1fc1..434d5400577f 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/android_tests.yml b/.github/workflows/android_tests.yml index 66d9c0f0bb98..1068c43f4f15 100644 --- a/.github/workflows/android_tests.yml +++ b/.github/workflows/android_tests.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/asan.yml b/.github/workflows/asan.yml index fb472fadfe95..9c5986bba9a3 100644 --- a/.github/workflows/asan.yml +++ b/.github/workflows/asan.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/cc_tests.yml b/.github/workflows/cc_tests.yml index 37b76bb7134d..fea11db67c3d 100644 --- a/.github/workflows/cc_tests.yml +++ b/.github/workflows/cc_tests.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/compile_time_options.yml b/.github/workflows/compile_time_options.yml index 71a69b55e3ed..423459bd22bf 100644 --- a/.github/workflows/compile_time_options.yml +++ b/.github/workflows/compile_time_options.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 40397dee4d09..83034b938eb2 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1e940fea05b6..52d98aca6100 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6ad11539108d..3bd26e21f45b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1e6e05c48bda..5be1e2bc5f1a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/ios_build.yml b/.github/workflows/ios_build.yml index 12b72a9ac883..f6f5eec52a40 100644 --- a/.github/workflows/ios_build.yml +++ b/.github/workflows/ios_build.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/ios_tests.yml b/.github/workflows/ios_tests.yml index c52e0b1e3f25..9df6327810e8 100644 --- a/.github/workflows/ios_tests.yml +++ b/.github/workflows/ios_tests.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 89ee9b7a1d90..70c71ab18a5f 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/release_validation.yml b/.github/workflows/release_validation.yml index 4ddc3ee145bd..e6e0968c9ffa 100644 --- a/.github/workflows/release_validation.yml +++ b/.github/workflows/release_validation.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }} diff --git a/.github/workflows/tsan.yml b/.github/workflows/tsan.yml index 82d2db7ded79..c6bc6e244a32 100644 --- a/.github/workflows/tsan.yml +++ b/.github/workflows/tsan.yml @@ -5,6 +5,9 @@ on: branches: - main pull_request_target: + # TODO(yannic): Remove when #26109 is merged and the required checks migrated + # to `pull_request_target`. + pull_request: concurrency: group: ${{ github.head_ref-github.workflow || github.run_id }}