We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc681e8 commit dd64ed2Copy full SHA for dd64ed2
.github/workflows/cache-update.yml
@@ -2,7 +2,7 @@ name: cache-update
2
3
on:
4
schedule:
5
- - cron: '*/30 * * * *' # every 30m for testing
+ - cron: '0 0 */3 * *' # every 30m for testing
6
7
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8
jobs:
0 commit comments