We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49a830 commit 3019eccCopy full SHA for 3019ecc
.github/workflows/CHECK_UPDATE.yml
@@ -2,7 +2,7 @@ name: CHECK_UPDATE
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '17 2 * * 0' # Every Sunday at 2:17 AM (random time to distribute load)
+ - cron: '17 9 * * 2' # Every Tuesday at 9:17 AM (random time to distribute load)
6
jobs:
7
build:
8
strategy:
0 commit comments