Only allow one integ-test at a time per branch

This commit is contained in:
daz 2024-04-11 21:40:53 -06:00
parent fcf9eeaf01
commit cb3b5fae06
No known key found for this signature in database

View File

@ -9,6 +9,10 @@ on:
- 'release/**'
- 'dev/**' # Allow running tests on dev branches without a PR
concurrency:
group: integ-tests-${{ github.ref }}
cancel-in-progress: false
jobs:
determine-suite:
runs-on: ubuntu-latest