Removed builds for nvidia unless manually triggered, and build weekly for base image #15

Merged
eriq12 merged 1 commits from reduce-building into main 2025-06-18 00:59:12 -04:00
2 changed files with 1 additions and 19 deletions
Showing only changes of commit 841270554c - Show all commits

View File

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

View File

@@ -2,7 +2,7 @@ name: bluebuild
on: on:
schedule: schedule:
- cron: - cron:
"00 06 * * *" # build at 06:00 UTC every day "00 06 * * 1" # build at 06:00 UTC every Monday
# (20 minutes after last ublue images start building) # (20 minutes after last ublue images start building)
push: push:
branches: branches:
@@ -15,10 +15,6 @@ on:
- "recipes/recipe_nvidia.yml" - "recipes/recipe_nvidia.yml"
pull_request: pull_request:
workflow_dispatch: # allow manually triggering builds workflow_dispatch: # allow manually triggering builds
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs: jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image