feature remove rerun step
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 3m18s
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 3m18s
This commit is contained in:
parent
2da6a18df0
commit
be3e534acf
@ -49,13 +49,6 @@ jobs:
|
||||
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||
|
||||
- name: rerun-on-checkout-failure
|
||||
if: steps.cache-qemu.outputs.cache-hit != 'true' && failure()
|
||||
env:
|
||||
GH_HOST: ${GITHUB_SERVER_URL#https://}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: gh run rerun ${{ github.run_id }} --failed
|
||||
|
||||
- name: install-qemu-build-deps
|
||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user