Skip to content

Commit

Permalink
Fix crons
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Feb 2, 2024
1 parent bd3d299 commit a856232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Cleanup base images

on:
schedule:
cron: "0 3 2,16 * *" # every 2nd and 16th of the month at 3am UTC
- cron: "0 3 2,16 * *" # every 2nd and 16th of the month at 3am UTC

jobs:
cleanup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pre-build base images

on:
schedule:
cron: "0 1 2,16 * *" # every 2nd and 16th of the month at 1am UTC
- cron: "0 1 2,16 * *" # every 2nd and 16th of the month at 1am UTC

jobs:
build_base:
Expand Down

0 comments on commit a856232

Please sign in to comment.