We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3a23a commit 05d1a7aCopy full SHA for 05d1a7a
.github/workflows/release.yml
@@ -2,9 +2,9 @@ name: Release
2
3
on:
4
schedule:
5
- # Runs at 2:00 AM UTC on every Saturday
+ # Runs at 8:00 AM UTC on every Saturday
6
# We'll check below if it's the first Saturday of the month, and fail if not
7
- - cron: '0 2 * * 6'
+ - cron: '0 8 * * 6'
8
# Allow manual triggering of the workflow
9
workflow_dispatch:
10
inputs:
0 commit comments