Skip to content

Commit 6b25999

Browse files
authored
ci: change schedule time of container build workflow (#67)
1 parent 9b979f4 commit 6b25999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Container Build"
33
on:
44
workflow_dispatch: # needed for manually running this workflow
55
schedule:
6-
- cron: "30 5 * * *" # sadly there is no TZ support here
6+
- cron: "15 3 * * *" # sadly there is no TZ support here
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)