Преглед изворни кода

Lets run the basic tests on all PRs

Matthias Reso пре 6 месеци
родитељ
комит
8a06b1d3f9
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      .github/workflows/pytest_cpu_gha_runner.yaml

+ 0 - 6
.github/workflows/pytest_cpu_gha_runner.yaml

@@ -3,12 +3,6 @@ on:
   pull_request:
     branches:
       - 'main'
-    paths:
-      - 'src/llama_recipes/configs/*.py'
-      - 'src/llama_recipes/utils/*.py'
-      - 'src/llama_recipes/datasets/*.py'
-      - 'src/llama_recipes/data/*.py'
-      - 'src/llama_recipes/*.py'
 
   # triggers workflow manually for debugging purposes.
   workflow_dispatch: