Skip to content

Commit

Permalink
Issue #3448: reschedule the task to 11:27
Browse files Browse the repository at this point in the history
because it didn't run at 11:20
  • Loading branch information
bschmalhofer committed Jun 6, 2024
1 parent b038149 commit 2f2043c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Docker Image Update Checker docker image

# run daily on 11::10 UTC
# run daily on 11::27 UTC
on:
schedule:
- cron: '20 11 * * *'
- cron: '27 11 * * *'

jobs:
docker:
Expand Down

0 comments on commit 2f2043c

Please sign in to comment.