From 434bcf6475f621361d98fc61c5c032085a278661 Mon Sep 17 00:00:00 2001 From: phact Date: Thu, 9 Oct 2025 13:24:10 -0400 Subject: [PATCH] only run integration tests on PR not merge to main --- .github/workflows/test-integration.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 04388032..c5ce1508 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -8,15 +8,6 @@ on: - 'pyproject.toml' - 'uv.lock' - '.github/workflows/test-integration.yml' - push: - branches: - - main - paths: - - 'src/**.py' - - 'tests/**.py' - - 'pyproject.toml' - - 'uv.lock' - - '.github/workflows/test-integration.yml' jobs: tests: