We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1df5d commit 0da03ceCopy full SHA for 0da03ce
.github/workflows/update-toolchains.yml
@@ -3,7 +3,7 @@ name: Update Toolchains
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 0 * * 7'
+ - cron: '0 0 * * 0' # Sunday at midnight UTC (0 = Sunday, 6 = Saturday)
7
8
permissions:
9
contents: write
0 commit comments