Disabled autobuild.

This commit is contained in:
Martok
2026-08-27 13:05:33 -03:00
parent b4dd3f135f
commit 8b62f5c43c

View File

@@ -1,15 +1,15 @@
name: bluebuild name: bluebuild
on: # on:
schedule: # schedule:
- cron: # - cron:
"00 06 * * *" # build at 06:00 UTC every day # "00 06 * * *" # build at 06:00 UTC every day
# (20 minutes after last ublue images start building) # # (20 minutes after last ublue images start building)
push: # push:
paths-ignore: # don't rebuild if only documentation has changed # paths-ignore: # don't rebuild if only documentation has changed
- "**.md" # - "**.md"
pull_request: # pull_request:
workflow_dispatch: # allow manually triggering builds # workflow_dispatch: # allow manually triggering builds
concurrency: concurrency:
# only run one build at a time # only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.ref || github.run_id }}