Skip to content

Commit 093cf3a

Browse files
authored
Re-enable performance tests on PRs (#112)
1 parent 38a181c commit 093cf3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests-performance.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
branches:
1212
- main
1313
- dev/.*
14-
# pull_request:
15-
# paths:
16-
# - 'src/**'
17-
# - 'tests/**'
18-
# - 'dev_requirements.txt'
19-
# - 'pyproject.toml'
20-
# - '.github/workflows/tests-performance.yml'
14+
pull_request:
15+
paths:
16+
- 'src/**'
17+
- 'tests/**'
18+
- 'dev_requirements.txt'
19+
- 'pyproject.toml'
20+
- '.github/workflows/tests-performance.yml'
2121

2222
jobs:
2323
test-performance:

0 commit comments

Comments
 (0)