Control concurrency and cancel in-progress runs when re-triggered.

This commit is contained in:
elle-j
2025-12-02 16:38:06 +01:00
parent e6ccaa0bab
commit 6187f76d63
+4
View File
@@ -7,6 +7,10 @@ on:
workflows: [Test]
types: [completed]
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true
jobs:
benchmark:
runs-on: ubuntu-24.04