mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
chore(ci): ensure only one instance of snapshot deploy workflow runs
This commit is contained in:
4
.github/workflows/deploy_snapshot.yml
vendored
4
.github/workflows/deploy_snapshot.yml
vendored
@@ -7,6 +7,10 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
actions: write
|
actions: write
|
||||||
|
|
||||||
|
# There should only be one instance of this
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}
|
||||||
|
|
||||||
name: Deploy snapshot builds
|
name: Deploy snapshot builds
|
||||||
jobs:
|
jobs:
|
||||||
deploy-release-snapshot:
|
deploy-release-snapshot:
|
||||||
|
Reference in New Issue
Block a user