Add concurrency groups to workflows to cancel superseded runs (#1007)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-24 18:38:22 +01:00
committed by GitHub
parent 10d0b0fa77
commit 2abba74e1c
4 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ on:
- cron: '0 2 1,15 * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest