Skip to content

Commit

Permalink
Revert "Run tests only when code changes (#1560)" (#1563)
Browse files Browse the repository at this point in the history
This reverts commit b586b8e.
  • Loading branch information
sfc-gh-turbaszek committed Sep 11, 2024
1 parent be1929b commit 6595b05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6595b05

Please sign in to comment.