mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 22:28:27 -05:00
fix(ci-daily): delete cache action will continue on error (#1435)
This commit is contained in:
1
.github/workflows/daily_common.yml
vendored
1
.github/workflows/daily_common.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
delete_cache:
|
||||
name: Delete github action's branch cache
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: snnaplab/delete-branch-cache-action@v1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user