Skip to content

Commit

Permalink
fix(ci/cleanup): do not fail when cache not found
Browse files Browse the repository at this point in the history
- it is just a cleanup job, no need to fail if the cache does not exist

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Nov 12, 2024
1 parent 84f4916 commit 2d9c722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache-cleanup-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
steps:
- name: Clean cache for the closed/merged PR
uses: opengrabeso/clean-cache@v1
continue-on-error: true
with:
keep: 1

0 comments on commit 2d9c722

Please sign in to comment.