ci: cancel old workflows when pushing a new commit

This commit is contained in:
iTrooz
2025-12-19 13:33:24 +01:00
parent a66747a0d0
commit 3badaa5cba

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: