mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #6096 from appwrite/feat-github-cache-trigger
Update the trigger for the cleanup actions cache workflow
This commit is contained in:
commit
caf53bb783
1 changed files with 4 additions and 7 deletions
11
.github/workflows/cleanup-cache.yml
vendored
11
.github/workflows/cleanup-cache.yml
vendored
|
|
@ -1,12 +1,9 @@
|
|||
name: Cleanup Cache
|
||||
|
||||
# for testing
|
||||
on: [pull_request]
|
||||
|
||||
# on:
|
||||
# pull_request:
|
||||
# types:
|
||||
# - closed
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
|
|
|
|||
Loading…
Reference in a new issue