Cancel stale QA runs on newer pushes
This commit is contained in:
parent
5ebf36a570
commit
51fdd65dcf
3
.github/workflows/qa.yml
vendored
3
.github/workflows/qa.yml
vendored
@ -2,6 +2,9 @@ name: Caterium QA
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
concurrency:
|
||||||
|
group: caterium-qa-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
qa:
|
qa:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user