Prevent concurrent jobs in integ-test-full

This commit is contained in:
daz 2024-08-03 15:54:44 -06:00
parent f8ba43cf0a
commit af1da67850
No known key found for this signature in database

View file

@ -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