Просмотр исходного кода

Lets run the basic tests on all PRs

Matthias Reso 6 месяцев назад
Родитель
Сommit
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: