ci: add concurrency group for tests
This commit is contained in:
committed by
GitHub
parent
0644daa477
commit
05cb8ba2eb
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -7,6 +7,9 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
concurrency:
|
||||
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
test:
|
||||
runs-on: arc-runner-localagent
|
||||
|
||||
Reference in New Issue
Block a user