fix: cancel prevous running jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user