Skip to content

Commit

Permalink
fix: ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 4, 2024
1 parent 75600f4 commit 8bd2734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Remove backup
if: steps.cache.outputs.cache-hit == 'true'
run: |
rm cache/errors.backup.json
rm cache/verify.backup.json
rm cache/errors.backup.json || :
rm cache/verify.backup.json || :
- name: Cache Save
# if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit 8bd2734

Please sign in to comment.