ci: cancel old workflows when pushing a new commit

(cherry picked from commit 3badaa5cba)
This commit is contained in:
iTrooz
2025-12-19 13:33:24 +01:00
committed by WerWolv
parent 2f707afa67
commit a3cd6e6a40

View File

@@ -1,5 +1,9 @@
name: Build
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: