Avoid windows shutdown bug (#900)

* Avoid windows shutdown bug with shutdown delay
* Use a separate concurrency group for integ-test-full
This commit is contained in:
Daz DeBoer
2026-03-23 09:43:17 -06:00
committed by GitHub
parent 2cab5e3c71
commit 25454f526a
7 changed files with 63 additions and 6 deletions

View File

@@ -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"]'