Skip to content

Commit d241d3b

Browse files
authored
ci: adjust deploy time as the job runs on UTC timezone (#38)
ci: adjust deploy time as the cron is run on UTC timezone
1 parent 1189f27 commit d241d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 14 * * MON"
6+
- cron: "0 12 * * MON"
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)