diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 2e6986722..e37b9fed0 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -113,5 +113,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh extension install actions/gh-actions-cache + set +e KEY="e2e-preparation-cache-pr${{ needs.docker_preparation.outputs.pr-number }}" gh actions-cache delete $KEY -R Ocelot-Social-Community/Ocelot-Social --confirm \ No newline at end of file