Skip to content

Commit d57fa59

Browse files
authored
chore: run the main→release merge workflow every day, not just every weekday (#1936)
1 parent 4574481 commit d57fa59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
type: boolean
1515
default: false
1616
schedule:
17-
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
17+
- cron: "0 7 * * *" # Every day at 07:00 UTC (00:00 Pacific Time, 03:00 Eastern Time)
1818

1919
permissions:
2020
id-token: write

0 commit comments

Comments
 (0)