Only allow one integ-test at a time per branch

This commit is contained in:
daz 2024-04-11 21:40:53 -06:00 committed by Daz DeBoer
parent fcf9eeaf01
commit 0627979b9c

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