Skip to content

Commit 593d848

Browse files
committed
Update production deploy schedule
1 parent 9dd622f commit 593d848

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ concurrency: production
55
on:
66
# Can be triggered manually
77
workflow_dispatch:
8-
# Runs every day at 20:30 UTC
8+
# Runs every Monday at 20:30 UTC
99
schedule:
10-
- cron: '30 20 * * *'
10+
- cron: '30 20 * * 1'
1111

1212
env:
1313
ENV: production

0 commit comments

Comments
 (0)