mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +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:
|
||||
- 'srcpkgs/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
# Lint changed templates.
|
||||
xlint:
|
||||
|
|
Loading…
Add table
Reference in a new issue