chore(ci): ensure only one instance of snapshot deploy workflow runs
This commit is contained in:
parent
b6d27e75ce
commit
9610254eef
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy_snapshot.yml
vendored
4
.github/workflows/deploy_snapshot.yml
vendored
|
@ -7,6 +7,10 @@ permissions:
|
|||
contents: write
|
||||
actions: write
|
||||
|
||||
# There should only be one instance of this
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
name: Deploy snapshot builds
|
||||
jobs:
|
||||
deploy-release-snapshot:
|
||||
|
|
Loading…
Reference in a new issue