From 8a06b1d3f96b59396f71627a75be0a88dda3892e Mon Sep 17 00:00:00 2001 From: Matthias Reso <13337103+mreso@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:00:14 -0700 Subject: [PATCH] Lets run the basic tests on all PRs --- .github/workflows/pytest_cpu_gha_runner.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pytest_cpu_gha_runner.yaml b/.github/workflows/pytest_cpu_gha_runner.yaml index 813c4fa9..d5d123fc 100644 --- a/.github/workflows/pytest_cpu_gha_runner.yaml +++ b/.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: -- GitLab