Skip to content

Commit

Permalink
🐛 Fix crontab entry
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Madge <[email protected]>
  • Loading branch information
jemrobinson and JimMadge authored Apr 9, 2024
1 parent 542d237 commit 1977b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docker_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
push:
branches: [develop]
schedule:
- cron: "0 0 */7 * *" # run once per week
- cron: "0 3 * * 1" # run at 3:00 every Monday
workflow_dispatch: # allow this workflow to be manually triggered

# checkout needs 'contents:read'
Expand Down

0 comments on commit 1977b03

Please sign in to comment.