mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
.github/workflows/build.yaml: auto-cancel in-progress workflows
This commit is contained in:
parent
0763ffbad8
commit
290d86ca28
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -10,6 +10,10 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'srcpkgs/**'
|
- 'srcpkgs/**'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Lint changed templates.
|
# Lint changed templates.
|
||||||
xlint:
|
xlint:
|
||||||
|
|
Loading…
Add table
Reference in a new issue