CI: Cancel any in-progress job or run (#2930)
See https://docs.github.com/en/actions/using-jobs/using-concurrency
This commit is contained in:
parent
79b5ea7351
commit
07a7fa074c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: CI
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
Loading…
Reference in New Issue
Block a user