mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00:00
fix(ci): cancel in-progress builds for snapshot deployment
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user