Skip to content

Commit 4ff58bb

Browse files
fix: update cron schedule for deploy-prd workflow to run at staggered interval on Wednesdays
1 parent 9cd1c63 commit 4ff58bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 3 * * 4"
9+
- cron: "0 3 * * 3"
1010

1111
permissions: {}
1212

0 commit comments

Comments
 (0)