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

Commit 9610254

Browse files
committed
chore(ci): ensure only one instance of snapshot deploy workflow runs
1 parent b6d27e7 commit 9610254

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ permissions:
77
contents: write
88
actions: write
99

10+
# There should only be one instance of this
11+
concurrency:
12+
group: ${{ github.workflow }}
13+
1014
name: Deploy snapshot builds
1115
jobs:
1216
deploy-release-snapshot:

0 commit comments

Comments
 (0)