Skip to content

Commit 81759be

Browse files
authored
[playground] Avoid concurrent deployments (#16834)
## Summary Cancel in-flight deployments when queuing a new deployment.
1 parent a69f624 commit 81759be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-knot-playground.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- "playground"
1515
- ".github/workflows/publish-knot-playground.yml"
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref_name }}
19+
cancel-in-progress: true
20+
1721
env:
1822
CARGO_INCREMENTAL: 0
1923
CARGO_NET_RETRY: 10

0 commit comments

Comments
 (0)