Skip to content

Commit

Permalink
Schedule a build every 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Aug 24, 2024
1 parent 136e9a9 commit 27eab1a
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,7 +1,7 @@
name: bluebuild
on:
schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
- cron: "*/10 * * * *" # build at 17: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 Expand Up @@ -47,4 +47,4 @@ jobs:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
pr_event_number: ${{ github.event.number }}
cli_version: main
cli_version: 220-image-is-not-tagged-as-latest

0 comments on commit 27eab1a

Please sign in to comment.