From 8b62f5c43c482522fddf114697d161832b172860 Mon Sep 17 00:00:00 2001 From: Martok Date: Thu, 27 Aug 2026 13:05:33 -0300 Subject: [PATCH] Disabled autobuild. --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f64d52..2eb3f9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,15 @@ name: bluebuild -on: - schedule: - - cron: - "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 - - "**.md" +# on: +# schedule: +# - cron: +# "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 +# - "**.md" - pull_request: - workflow_dispatch: # allow manually triggering builds +# pull_request: +# workflow_dispatch: # allow manually triggering builds concurrency: # only run one build at a time group: ${{ github.workflow }}-${{ github.ref || github.run_id }}