fix(ci-daily): delete cache action will continue on error (#1435)

This commit is contained in:
vladopajic
2025-06-02 17:08:31 +02:00
committed by GitHub
parent b28a71ab13
commit c6cf46c904

View File

@@ -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