1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

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
No known key found for this signature in database

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: