From d66fc4aef27a72374234fabc937dbc5b612464b9 Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Wed, 11 Sep 2024 14:35:43 +0200 Subject: [PATCH] Revert "Run tests only when code changes (#1560)" This reverts commit b586b8eddd84dd55de48eb6d64a25c3707d1eb7a. --- .github/workflows/test.yaml | 10 ---------- .github/workflows/test_e2e.yaml | 10 ---------- .github/workflows/test_integration.yaml | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c0ad36762..3961e7bc4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,16 +2,6 @@ name: Testing on: pull_request: - paths: - - ".github/workflows/**" - - "src/**" - - "test_external_plugins/**" - - "tests/**" - - "tests_common/**" - - "tests_e2e/**" - - "tests_integration/**" - - ".pre-commit-config.yaml" - - "pyproject.toml" branches: - "*" push: diff --git a/.github/workflows/test_e2e.yaml b/.github/workflows/test_e2e.yaml index 515ff7456..f87aaa656 100644 --- a/.github/workflows/test_e2e.yaml +++ b/.github/workflows/test_e2e.yaml @@ -2,16 +2,6 @@ name: E2E testing on: pull_request: - paths: - - ".github/workflows/**" - - "src/**" - - "test_external_plugins/**" - - "tests/**" - - "tests_common/**" - - "tests_e2e/**" - - "tests_integration/**" - - ".pre-commit-config.yaml" - - "pyproject.toml" branches: - "*" push: diff --git a/.github/workflows/test_integration.yaml b/.github/workflows/test_integration.yaml index bc06f5163..163ae291c 100644 --- a/.github/workflows/test_integration.yaml +++ b/.github/workflows/test_integration.yaml @@ -2,16 +2,6 @@ name: Integration testing on: pull_request: - paths: - - ".github/workflows/**" - - "src/**" - - "test_external_plugins/**" - - "tests/**" - - "tests_common/**" - - "tests_e2e/**" - - "tests_integration/**" - - ".pre-commit-config.yaml" - - "pyproject.toml" branches: - "*" push: