Attempt to make building more granular #8

Merged
eriq12 merged 5 commits from granularize-building into main 2025-06-03 13:49:57 -04:00
2 changed files with 48 additions and 2 deletions
Showing only changes of commit 987d93b2d1 - Show all commits

View File

@@ -9,6 +9,8 @@ on:
- main
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

View File

@@ -13,7 +13,6 @@ on:
- "files/scripts/nvidia/**"
- "recipes/components/nvidia-module.yml"
- "recipes/recipe_nvidia.yml"
pull_request:
workflow_dispatch: # allow manually triggering builds
concurrency: