From 93f9ba4737d9dce4d3d320ad58caa5484ffea533 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Tue, 3 Dec 2024 20:11:54 +0000 Subject: [PATCH] Reset paths from component testing --- .github/workflows/appio_component_workflow.yml | 4 ++-- .github/workflows/coretemp_component_workflow.yml | 4 ++-- .github/workflows/cuda_component_workflow.yml | 4 ++-- .github/workflows/example_component_workflow.yml | 4 ++-- .github/workflows/intel_gpu_component_workflow.yml | 4 ++-- .github/workflows/io_component_workflow.yml | 4 ++-- .github/workflows/lmsensors_component_workflow.yml | 4 ++-- .github/workflows/net_component_workflow.yml | 4 ++-- .github/workflows/nvml_component_workflow.yml | 4 ++-- .github/workflows/papi_framework_workflow.yml | 4 ++-- .github/workflows/powercap_component_workflow.yml | 4 ++-- .github/workflows/rocm_component_workflow.yml | 4 ++-- .github/workflows/rocm_smi_component_workflow.yml | 4 ++-- .github/workflows/sde_component_workflow.yml | 4 ++-- .github/workflows/stealtime_component_workflow.yml | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/appio_component_workflow.yml b/.github/workflows/appio_component_workflow.yml index 7930699c4..fafd48953 100644 --- a/.github/workflows/appio_component_workflow.yml +++ b/.github/workflows/appio_component_workflow.yml @@ -3,8 +3,8 @@ name: appio on: pull_request: # run CI only if appio directory or appio sub-directories receive updates -# paths: -# - 'src/components/appio/**' + paths: + - 'src/components/appio/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/coretemp_component_workflow.yml b/.github/workflows/coretemp_component_workflow.yml index 29fd878f3..beafb8895 100644 --- a/.github/workflows/coretemp_component_workflow.yml +++ b/.github/workflows/coretemp_component_workflow.yml @@ -3,8 +3,8 @@ name: coretemp on: pull_request: # run CI only if coretemp directory or coretemp sub-directories receive updates -# paths: -# - 'src/components/coretemp/**' + paths: + - 'src/components/coretemp/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/cuda_component_workflow.yml b/.github/workflows/cuda_component_workflow.yml index c3b525f09..606c9f81f 100644 --- a/.github/workflows/cuda_component_workflow.yml +++ b/.github/workflows/cuda_component_workflow.yml @@ -3,8 +3,8 @@ name: cuda on: pull_request: # run CI only if cuda directory or cuda sub-directories receive updates -# paths: -# - 'src/components/cuda/**' + paths: + - 'src/components/cuda/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/example_component_workflow.yml b/.github/workflows/example_component_workflow.yml index 55116c72b..a2e3b30ec 100644 --- a/.github/workflows/example_component_workflow.yml +++ b/.github/workflows/example_component_workflow.yml @@ -3,8 +3,8 @@ name: example on: pull_request: # run CI only if example directory or example sub-directories receive updates -# paths: -# - 'src/components/example/**' + paths: + - 'src/components/example/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/intel_gpu_component_workflow.yml b/.github/workflows/intel_gpu_component_workflow.yml index 1f76e0b2c..a914bcfcf 100644 --- a/.github/workflows/intel_gpu_component_workflow.yml +++ b/.github/workflows/intel_gpu_component_workflow.yml @@ -3,8 +3,8 @@ name: intel_gpu on: pull_request: # run CI only if intel_gpu directory or intel_gpu sub-directories receive updates -# paths: -# - 'src/components/intel_gpu/**' + paths: + - 'src/components/intel_gpu/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/io_component_workflow.yml b/.github/workflows/io_component_workflow.yml index 599ea000d..9c288b650 100644 --- a/.github/workflows/io_component_workflow.yml +++ b/.github/workflows/io_component_workflow.yml @@ -3,8 +3,8 @@ name: io on: pull_request: # run CI only if io directory or io sub-directories receive updates -# paths: -# - 'src/components/io/**' + paths: + - 'src/components/io/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/lmsensors_component_workflow.yml b/.github/workflows/lmsensors_component_workflow.yml index 3a6cf8fe0..619ef9f77 100644 --- a/.github/workflows/lmsensors_component_workflow.yml +++ b/.github/workflows/lmsensors_component_workflow.yml @@ -3,8 +3,8 @@ name: lmsensors on: pull_request: # run CI only if lmsensors directory or lmsensors sub-directories receive updates -# paths: -# - 'src/components/lmsensors/**' + paths: + - 'src/components/lmsensors/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/net_component_workflow.yml b/.github/workflows/net_component_workflow.yml index e03ec7a4a..b1895d278 100644 --- a/.github/workflows/net_component_workflow.yml +++ b/.github/workflows/net_component_workflow.yml @@ -3,8 +3,8 @@ name: net on: pull_request: # run CI only if net directory or net sub-directories receive updates -# paths: -# - 'src/components/net/**' + paths: + - 'src/components/net/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/nvml_component_workflow.yml b/.github/workflows/nvml_component_workflow.yml index 9efd4375e..ce6ac208f 100644 --- a/.github/workflows/nvml_component_workflow.yml +++ b/.github/workflows/nvml_component_workflow.yml @@ -3,8 +3,8 @@ name: nvml on: pull_request: # run CI only if nvml directory or nvml sub-directories receive updates -# paths: -# - 'src/components/nvml/**' + paths: + - 'src/components/nvml/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/papi_framework_workflow.yml b/.github/workflows/papi_framework_workflow.yml index ee31f6780..243264096 100644 --- a/.github/workflows/papi_framework_workflow.yml +++ b/.github/workflows/papi_framework_workflow.yml @@ -5,8 +5,8 @@ on: # run CI if framework receives an update excluding individual # components and counter analysis toolkit paths: - - '!src/**' - - '!src/components/*' + - 'src/**' + - 'src/components/*' - '!src/components/*/**' - '!src/counter_analysis_toolkit/**' # allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/powercap_component_workflow.yml b/.github/workflows/powercap_component_workflow.yml index 06da5a920..11a79ce69 100644 --- a/.github/workflows/powercap_component_workflow.yml +++ b/.github/workflows/powercap_component_workflow.yml @@ -3,8 +3,8 @@ name: powercap on: pull_request: # run CI only if powercap directory or powercap sub-directories receive updates -# paths: -# - 'src/components/powercap/**' + paths: + - 'src/components/powercap/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/rocm_component_workflow.yml b/.github/workflows/rocm_component_workflow.yml index c377a95e5..b100b8cbb 100644 --- a/.github/workflows/rocm_component_workflow.yml +++ b/.github/workflows/rocm_component_workflow.yml @@ -3,8 +3,8 @@ name: rocm on: pull_request: # run CI only if rocm directory or rocm sub-directories receive updates -# paths: -# - 'src/components/rocm/**' + paths: + - 'src/components/rocm/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/rocm_smi_component_workflow.yml b/.github/workflows/rocm_smi_component_workflow.yml index 9ab18de7c..cd5e39209 100644 --- a/.github/workflows/rocm_smi_component_workflow.yml +++ b/.github/workflows/rocm_smi_component_workflow.yml @@ -3,8 +3,8 @@ name: rocm_smi on: pull_request: # run CI only if rocm_smi directory or rocm_smi sub-directories receive updates -# paths: -# - 'src/components/rocm_smi/**' + paths: + - 'src/components/rocm_smi/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/sde_component_workflow.yml b/.github/workflows/sde_component_workflow.yml index e3bbdc2fe..7d458f8a7 100644 --- a/.github/workflows/sde_component_workflow.yml +++ b/.github/workflows/sde_component_workflow.yml @@ -3,8 +3,8 @@ name: sde on: pull_request: # run CI only if sde directory or sde sub-directories receive updates -# paths: -# - 'src/components/sde/**' + paths: + - 'src/components/sde/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/stealtime_component_workflow.yml b/.github/workflows/stealtime_component_workflow.yml index 9861cf8dd..af4e1404f 100644 --- a/.github/workflows/stealtime_component_workflow.yml +++ b/.github/workflows/stealtime_component_workflow.yml @@ -3,8 +3,8 @@ name: stealtime on: pull_request: # run CI only if stealtime directory or stealtime sub-directories receive updates -# paths: -# - 'src/components/stealtime/**' + paths: + - 'src/components/stealtime/**' # allows you to run this workflow manually from the Actions tab workflow_dispatch: