Skip to content

Commit

Permalink
CI: Run nightly OCI image builds earlier each day
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 1, 2023
1 parent 1e4bfa5 commit f4aefe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ main ]

schedule:
- cron: '0 10 * * *' # every day at 10am
- cron: '0 06 * * *' # every day at 06am

# Allow job to be triggered manually.
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ main ]

schedule:
- cron: '0 10 * * *' # every day at 10am
- cron: '0 06 * * *' # every day at 06am

# Allow job to be triggered manually.
workflow_dispatch:
Expand Down

0 comments on commit f4aefe4

Please sign in to comment.