Skip to content

Commit 8235c59

Browse files
authored
Update time for creating environments
1 parent 14cbd20 commit 8235c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Docker Push
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * 1"
6+
- cron: "0 20 * * 1"
7+
# github cron jobs are executed based on UTC https://jackharner.com/blog/github-actions-cron/
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)