We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4977c commit 2b329daCopy full SHA for 2b329da
.github/workflows/tools.yml
@@ -1,8 +1,8 @@
1
name: Tools update
2
on:
3
schedule:
4
- # Run once a week at 00:05 AM UTC on Saturday.
5
- - cron: 5 0 * * 6
+ # Run once a week at 00:05 AM UTC on Sunday.
+ - cron: 5 0 * * 0
6
7
workflow_dispatch:
8
0 commit comments