Skip to content

Commit

Permalink
chore(ci): Build at 7:30 AM UTC
Browse files Browse the repository at this point in the history
Main images complete and are published in under 20 minutes consistently allowing Nvidia to build closer to when main finishes
  • Loading branch information
EyeCantCU authored Oct 29, 2023
1 parent e5f62a3 commit 30c2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
schedule:
- cron: '0 8 * * *' # 8:00am everyday (1 hr delay after 'main' builds)
- cron: '30 7 * * *' # 7:30am everyday (30 min delay after 'main' builds)
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 30c2c9c

Please sign in to comment.