fix(ci): cancel in-progress builds for snapshot deployment
This commit is contained in:
parent
047766225f
commit
47893833fb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy_snapshot.yml
vendored
1
.github/workflows/deploy_snapshot.yml
vendored
|
@ -10,6 +10,7 @@ permissions:
|
||||||
# There should only be one instance of this
|
# There should only be one instance of this
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ${{ github.workflow }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
name: Deploy snapshot builds
|
name: Deploy snapshot builds
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue