Attempt to make building more granular
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
- main
|
||||
paths-ignore: # don't rebuild if only documentation has changed
|
||||
- "**.md"
|
||||
- ".github/workflows/build-nvidia.yml"
|
||||
- "files/scripts/nvidia/**"
|
||||
- "recipes/components/nvidia-module.yml"
|
||||
- "recipes/recipe_nvidia.yml"
|
||||
|
||||
pull_request:
|
||||
workflow_dispatch: # allow manually triggering builds
|
||||
@@ -30,7 +34,6 @@ jobs:
|
||||
recipe:
|
||||
# !! Add your recipes here
|
||||
- recipe.yml
|
||||
- recipe_nvidia.yml
|
||||
steps:
|
||||
# the build is fully handled by the reusable github action
|
||||
- name: Build Custom Image
|
||||
|
Reference in New Issue
Block a user