Attempt to make building more granular #8
2
.github/workflows/build-nvidia.yml
vendored
2
.github/workflows/build-nvidia.yml
vendored
@@ -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 }}
|
||||
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user