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