Skip to content

Commit

Permalink
chore(ci): Build at 16:30 UTC (#187)
Browse files Browse the repository at this point in the history
Nvidia images are now being built at 15:30 UTC. Startingpoint images should be built one hour after that.
  • Loading branch information
lorduskordus authored Nov 10, 2023
1 parent 2b0f8fc commit f368282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow builds every branch of the repository daily at 20:22 UTC, one hour after ublue-os/nvidia builds.
# This workflow builds every branch of the repository daily at 16:30 UTC, one hour after ublue-os/nvidia builds.
# The images are also built after pushuing changes or pull requests.
# The builds can also be triggered manually in the Actions tab thanks to workflow dispatch.
# Only the branch called `live` is published.
Expand All @@ -7,7 +7,7 @@
name: build-ublue
on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
schedule:
- cron: "20 22 * * *"
- cron: "30 16 * * *"
push:
branches:
- live
Expand Down

0 comments on commit f368282

Please sign in to comment.