feature remove rerun step
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 3m18s

This commit is contained in:
tqcq 2023-12-06 10:02:31 +08:00
parent 2da6a18df0
commit be3e534acf

View File

@ -49,13 +49,6 @@ jobs:
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
git checkout 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 - name: install-qemu-build-deps
if: steps.cache-qemu.outputs.cache-hit != 'true' if: steps.cache-qemu.outputs.cache-hit != 'true'
run: | run: |