Update the trigger for the cleanup actions cache workflow

Workflow should trigger on pull_request.closed, not all pull_request.
This commit is contained in:
Steven Nguyen
2023-08-31 09:26:42 -07:00
parent 69e5e7f2da
commit a6e9fbfa8d
+4 -7
View File
@@ -1,12 +1,9 @@
name: Cleanup Cache
# for testing
on: [pull_request]
# on:
# pull_request:
# types:
# - closed
on:
pull_request:
types:
- closed
jobs:
cleanup: