.github/workflows/build.yaml: auto-cancel in-progress workflows

This commit is contained in:
classabbyamp
2022-05-17 11:52:50 -05:00
committed by Michael Aldridge
parent 0763ffbad8
commit 290d86ca28
+4
View File
@@ -10,6 +10,10 @@ on:
paths:
- 'srcpkgs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Lint changed templates.
xlint: