mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
[playground] Avoid concurrent deployments (#16834)
## Summary Cancel in-flight deployments when queuing a new deployment.
This commit is contained in:
@@ -14,6 +14,10 @@ on:
|
||||
- "playground"
|
||||
- ".github/workflows/publish-knot-playground.yml"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_NET_RETRY: 10
|
||||
|
||||
Reference in New Issue
Block a user