ci: don't run stale workflow jobs in parallel (#36967)
This commit is contained in:
parent
885c1878d4
commit
3b018143b4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
||||||
only-pr-labels: not-a-real-label
|
only-pr-labels: not-a-real-label
|
||||||
pending-repro:
|
pending-repro:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ always() }}
|
||||||
|
needs: stale
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1
|
- uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue