Skip to content

Commit c543b81

Browse files
authored
Update pytest.yml
1 parent 0ea39b2 commit c543b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14+
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/run_tests')
1415
runs-on: ${{ matrix.platform }}
1516
strategy:
1617
fail-fast: false
@@ -41,7 +42,7 @@ jobs:
4142

4243

4344

44-
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/run_tests')
45+
4546
steps:
4647

4748
- name: Checkout repo

0 commit comments

Comments
 (0)