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/**' - 'qt/**'
- 'services/**' - '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: jobs:
runs-on: hla-dev runs-on: hla-dev