diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8655e0..0a1b083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,9 @@ name: build-secureblue on: schedule: - - cron: "00 17 * * *" # build at 17:00 UTC every day - # (20 minutes after last ublue images start building) + - cron: "00 18 * * *" # build at 18:00 UTC every day + # 80 minutes after the last uBlue images start building + # 60 minutes after last wayblue images start building push: paths-ignore: # don't rebuild if only documentation has changed - "**.md"