GHA execution throttling #3739
This commit is contained in:
parent
0c22c9ffb3
commit
22aa721c46
|
@ -178,15 +178,14 @@ jobs:
|
|||
skip-rate: 90
|
||||
|
||||
steps:
|
||||
- id: throttle
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- id: throttle
|
||||
name: Execution throttle early exit
|
||||
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
|
||||
if: steps.throttle.conclusion == 'success'
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue