Skip to content

Commit

Permalink
Merge branch 'main' into script-for-qa-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Sep 11, 2024
2 parents 425babf + b586b8e commit 2f10741
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ 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: 10 additions & 0 deletions .github/workflows/test_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ 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: 10 additions & 0 deletions .github/workflows/test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ 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 2f10741

Please sign in to comment.