Skip to content

Commit

Permalink
Merge pull request #23 from ublue-os/template
Browse files Browse the repository at this point in the history
chore(ci): Build at 16:30 UTC (#187)
  • Loading branch information
elgabo86 authored Nov 11, 2023
2 parents 8e72c7f + f368282 commit a1ec036
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 a1ec036

Please sign in to comment.