.github/workflows/build.yaml: auto-cancel in-progress workflows
This commit is contained in:
parent
0763ffbad8
commit
290d86ca28
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -10,6 +10,10 @@ on:
|
||||
paths:
|
||||
- 'srcpkgs/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
# Lint changed templates.
|
||||
xlint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user