Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
🐳 chore(build): change in the timing of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Oct 2, 2023
1 parent 79b7b5c commit 57ad7d6
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,9 +1,9 @@
# 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 10:00 UTC, two hours after ublue-os/nvidia builds.

name: build-ublue
on:
schedule:
- cron: "20 22 * * *"
- cron: "0 10 * * *"
push:
branches:
- live
Expand Down

0 comments on commit 57ad7d6

Please sign in to comment.