fix: cancel prevous running jobs

This commit is contained in:
Benjamin Labrecque
2026-07-30 10:27:21 +02:00
parent 95fbdd232c
commit 4599e052d0
+4
View File
@@ -15,6 +15,10 @@ on:
- 'qt/**'
- 'services/**'
# 1. Cancel previous runs if a new commit is pushed to the same branch
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true
jobs:
runs-on: hla-dev