ソースを参照

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: