mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00: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:
@@ -1,12 +1,9 @@
|
||||
name: Cleanup Cache
|
||||
|
||||
# for testing
|
||||
on: [pull_request]
|
||||
|
||||
# on:
|
||||
# pull_request:
|
||||
# types:
|
||||
# - closed
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user