cancel tests on new commit

This commit is contained in:
Magnus Müller
2025-09-08 08:52:25 -07:00
parent edd5ee8e6b
commit aba7e2cbae
6 changed files with 32 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
name: package
# Cancel in-progress runs when a new commit is pushed to the same branch/PR
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: