Skip to content

Commit

Permalink
update paths for per component .yml's.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Nov 14, 2024
1 parent 4a53b13 commit c7c7d7a
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coretemp_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/coretemp/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cuda_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/cuda/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/example/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/intel_gpu_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/intel_gpu/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/io_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/io/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lmsensors_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/lmsensors/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/net_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/net/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nvml_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/nvml/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/powercap_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/powercap/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rocm_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/rocm/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rocm_smi_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/rocm_smi/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sde_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/sde/**'
- 'src/*'

jobs:
component_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stealtime_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# run CI if framework receives an update
paths:
- 'src/components/stealtime/**'
- 'src/*'

jobs:
component_tests:
Expand Down

0 comments on commit c7c7d7a

Please sign in to comment.