We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae21930 commit a7e207dCopy full SHA for a7e207d
.github/workflows/update-cache.yml
@@ -3,6 +3,8 @@ name: Update Releases Cache
3
on:
4
repository_dispatch:
5
types: [update-catalog-cache]
6
+ schedule:
7
+ - cron: '0 2 * * *' # 02:00 AM UTC everyday
8
workflow_dispatch:
9
10
jobs:
0 commit comments