diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index e32be1a5..338e493c 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -16,6 +16,9 @@ concurrency: jobs: caching-integ-tests: uses: ./.github/workflows/suite-integ-test-caching.yml + concurrency: + group: CI-integ-test-full + cancel-in-progress: false with: runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]' skip-dist: true @@ -23,6 +26,9 @@ jobs: other-integ-tests: uses: ./.github/workflows/suite-integ-test-other.yml + concurrency: + group: CI-integ-test-full + cancel-in-progress: false with: runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]' skip-dist: true