We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b979f4 commit 6b25999Copy full SHA for 6b25999
.github/workflows/container-build.yaml
@@ -3,7 +3,7 @@ name: "Container Build"
3
on:
4
workflow_dispatch: # needed for manually running this workflow
5
schedule:
6
- - cron: "30 5 * * *" # sadly there is no TZ support here
+ - cron: "15 3 * * *" # sadly there is no TZ support here
7
8
permissions:
9
contents: read
0 commit comments