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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
concurrency:
|
||||||
|
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: arc-runner-localagent
|
runs-on: arc-runner-localagent
|
||||||
|
|||||||
Reference in New Issue
Block a user