diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 60990200..1f2711e5 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -28,9 +28,8 @@ jobs: needs: build-distribution uses: ./.github/workflows/suite-integ-test-caching.yml concurrency: - group: CI-integ-test-caching + group: CI-integ-test-caching-${{ github.ref }} cancel-in-progress: false - queue: max with: skip-dist: false secrets: inherit @@ -41,9 +40,8 @@ jobs: needs: caching-integ-tests uses: ./.github/workflows/suite-integ-test-other.yml concurrency: - group: CI-integ-test-other + group: CI-integ-test-other-${{ github.ref }} cancel-in-progress: false - queue: max with: skip-dist: false secrets: inherit @@ -54,9 +52,8 @@ jobs: needs: other-integ-tests uses: ./.github/workflows/suite-integ-test-dependency-submission.yml concurrency: - group: CI-integ-test-dependency-submission + group: CI-integ-test-dependency-submission-${{ github.ref }} cancel-in-progress: false - queue: max with: skip-dist: false secrets: inherit