diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index 7843f34a..10dcb442 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -3,7 +3,7 @@ name: "Container Build" on: workflow_dispatch: # needed for manually running this workflow schedule: - - cron: "30 5 * * *" # sadly there is no TZ support here + - cron: "15 3 * * *" # sadly there is no TZ support here permissions: contents: read