We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e55015 commit 096ce23Copy full SHA for 096ce23
.github/workflows/themes-weekly-pull.yml
@@ -2,8 +2,8 @@ name: themes-weekly-pull
2
3
on:
4
schedule:
5
- # test
6
- - cron: '42 12 * * *'
+ # run every friday at 5AM
+ - cron: '0 5 * * 5'
7
workflow_dispatch:
8
9
env:
0 commit comments