diff options
author | classabbyamp <dev@placeviolette.net> | 2022-05-17 16:41:17 +0000 |
---|---|---|
committer | Michael Aldridge <aldridge.mac@gmail.com> | 2022-05-17 16:52:50 +0000 |
commit | 290d86ca285ec83a634b631673230def8df6e50a (patch) | |
tree | 60fcff3e2b813fe2338e87ab3e6ceeeb18984f1d /.github/workflows | |
parent | 0763ffbad8a4f83c6ddb3b8613157c200f660956 (diff) | |
download | void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar.gz void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar.bz2 void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar.lz void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar.xz void-packages-290d86ca285ec83a634b631673230def8df6e50a.tar.zst void-packages-290d86ca285ec83a634b631673230def8df6e50a.zip |
.github/workflows/build.yaml: auto-cancel in-progress workflows
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c36ff666d4c..4ad0e0822ad 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,6 +10,10 @@ on: paths: - 'srcpkgs/**' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: # Lint changed templates. xlint: |