mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +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
|
||||
actions: write
|
||||
|
||||
# There should only be one instance of this
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
name: Deploy snapshot builds
|
||||
jobs:
|
||||
deploy-release-snapshot:
|
||||
|
Reference in New Issue
Block a user