Improve retry on download failure

This commit is contained in:
Taiki Endo
2023-01-15 19:55:57 +09:00
parent d538488fe5
commit f6e4dc6296
3 changed files with 16 additions and 6 deletions

View File

@@ -145,6 +145,8 @@ jobs:
- name: Install Rust
run: rustup toolchain add nightly --no-self-update && rustup default nightly
- run: tools/manifest.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: git add -N . && git diff --exit-code
if: github.repository_owner != 'taiki-e' || github.event_name != 'schedule' && !(github.event_name == 'push' && github.ref == 'refs/heads/main')
- id: diff