1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13: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:
Christy Jacob 2023-08-31 20:34:45 +04:00 committed by GitHub
commit caf53bb783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: