Skip to content

Commit

Permalink
Change auto build to build everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
franute committed Jan 16, 2025
1 parent acfb3ed commit 45956f6
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 @@ -2,7 +2,7 @@ name: bluebuild
on:
schedule:
- cron:
"00 06 * * TUE,SAT" # build at 06:00 UTC every day
"00 06 * * *" # build at 06:00 UTC every day
# (20 minutes after last ublue images start building)
push:
paths-ignore: # don't rebuild if only documentation has changed
Expand Down

0 comments on commit 45956f6

Please sign in to comment.