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 1c8bc70 commit a599dd0Copy full SHA for a599dd0
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release
2
3
on:
4
schedule:
5
- # every weekday at 9:00 AM
6
- - cron: '0 9 * * 1-5'
+ # every weekday at 9:00 AM PST
+ - cron: '0 17 * * 1-5'
7
8
jobs:
9
release:
0 commit comments