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 4574481 commit d57fa59Copy full SHA for d57fa59
1 file changed
.github/workflows/update-release-branch.yml
@@ -14,7 +14,7 @@ on:
14
type: boolean
15
default: false
16
schedule:
17
- - cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
+ - cron: "0 7 * * *" # Every day at 07:00 UTC (00:00 Pacific Time, 03:00 Eastern Time)
18
19
permissions:
20
id-token: write
0 commit comments