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

This commit is contained in:
classabbyamp 2022-05-17 12:41:17 -04:00 committed by Michael Aldridge
parent 0763ffbad8
commit 290d86ca28

View file

@ -10,6 +10,10 @@ on:
paths:
- 'srcpkgs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Lint changed templates.
xlint: