GHA execution throttling #3739
This commit is contained in:
parent
0c22c9ffb3
commit
22aa721c46
|
@ -178,15 +178,14 @@ jobs:
|
||||||
skip-rate: 90
|
skip-rate: 90
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- id: throttle
|
- id: throttle
|
||||||
name: Execution throttle early exit
|
name: Execution throttle early exit
|
||||||
run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }}
|
run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }}
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
if: steps.throttle.conclusion == 'success'
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
if: steps.throttle.conclusion == 'success'
|
if: steps.throttle.conclusion == 'success'
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue