diff --git a/.github/workflows/docker_image_update_checker.yml b/.github/workflows/docker_image_update_checker.yml index e682b7da5a..5e28d6e0a3 100644 --- a/.github/workflows/docker_image_update_checker.yml +++ b/.github/workflows/docker_image_update_checker.yml @@ -7,7 +7,7 @@ name: Docker Image Update Checker docker image # run daily on 11::10 UTC on: schedule: - - cron: '10 11 * * *' + - cron: '20 11 * * *' jobs: docker: @@ -21,4 +21,4 @@ jobs: image: rotheross/otobo:latest-11_0 - name: Report check result - run: echo "The OTOBO web image needs updating: ${{ steps.check.outputs.needs-updating }}" + run: 'echo "The OTOBO web image needs updating: ${{ steps.check.outputs.needs-updating }}"'