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 }}