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