Skip to content

Commit de34ef7

Browse files
committed
ci: revert to try to get failure
- changing back to pull_request because now the workflow is not even being triggered? Signed-off-by: Aiden Woodruff <[email protected]>
1 parent beeba2d commit de34ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Cleanup caches on closed PRs
22
# From https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [ closed ]
66
jobs:
77
cleanup:

0 commit comments

Comments
 (0)