Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4789383

Browse files
committed
fix(ci): cancel in-progress builds for snapshot deployment
1 parent 0477662 commit 4789383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
# There should only be one instance of this
1111
concurrency:
1212
group: ${{ github.workflow }}
13+
cancel-in-progress: true
1314

1415
name: Deploy snapshot builds
1516
jobs:

0 commit comments

Comments
 (0)