Skip to content

Commit

Permalink
dont cleanup cache in forks (#3214)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Sep 9, 2024
1 parent b153b1d commit ba7bf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

Cleanup-Cache:
name: "Cleanup snapshot cache"
if: always()
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-20.04
permissions:
actions: write
Expand Down

0 comments on commit ba7bf6b

Please sign in to comment.