GHA execution throttling #3739

This commit is contained in:
rusefillc 2022-01-04 12:05:25 -05:00
parent 0c22c9ffb3
commit 22aa721c46
1 changed files with 5 additions and 6 deletions

View File

@ -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: