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