Cancel previous GH commit jobs (#1690)

This commit is contained in:
Matt Morley
2025-01-08 09:24:49 -07:00
committed by GitHub
parent 36e3a1f72e
commit 974fcec21e
4 changed files with 16 additions and 4 deletions

View File

@@ -7,6 +7,10 @@ on:
branches: [ master ]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}