From d18d817ad05c7d2f0f55aa0b8a57304a798c071a Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 20 Mar 2026 12:45:23 -0600 Subject: [PATCH] Use a separate concurrency group for integ-test-full --- .github/workflows/ci-integ-test-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index 950b59c3..7bf55685 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -17,7 +17,7 @@ jobs: caching-integ-tests: uses: ./.github/workflows/suite-integ-test-caching.yml concurrency: - group: CI-integ-test + group: CI-integ-test-full cancel-in-progress: false with: runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]' @@ -29,7 +29,7 @@ jobs: contents: write uses: ./.github/workflows/suite-integ-test-other.yml concurrency: - group: CI-integ-test + group: CI-integ-test-full cancel-in-progress: false with: runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'