From 2d9c722d637611f406b066a7d3a6d46886d59d89 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 12 Nov 2024 16:10:10 +0100 Subject: [PATCH] fix(ci/cleanup): do not fail when cache not found - it is just a cleanup job, no need to fail if the cache does not exist Signed-off-by: AtomicFS --- .github/workflows/cache-cleanup-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cache-cleanup-pull-request.yml b/.github/workflows/cache-cleanup-pull-request.yml index f70966b9..88e410ae 100644 --- a/.github/workflows/cache-cleanup-pull-request.yml +++ b/.github/workflows/cache-cleanup-pull-request.yml @@ -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