Skip to content

Commit a7e207d

Browse files
committed
add a cron schedule
1 parent ae21930 commit a7e207d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Update Releases Cache
33
on:
44
repository_dispatch:
55
types: [update-catalog-cache]
6+
schedule:
7+
- cron: '0 2 * * *' # 02:00 AM UTC everyday
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)