We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6495cac commit c645145Copy full SHA for c645145
.github/workflows/check-for-resources-update.yml
@@ -1,7 +1,7 @@
1
name: Check for utils resources update
2
on:
3
schedule:
4
- - cron: 0 0 * * 0
+ - cron: 0 0 * * 0 # At 00:00 on Sunday, see https://crontab.guru/#0_0_*_*_0
5
6
jobs:
7
check-for-resources-update:
0 commit comments