Skip to content

Commit 4ee0ee9

Browse files
committed
Don't run e2e tests on release
1 parent df8e5eb commit 4ee0ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cd docs && make html
7777
7878
- name: Run e2e tests
79-
if: steps.install.outcome == 'success' && (success() || failure())
79+
if: github.event_name != 'release' && steps.install.outcome == 'success' && (success() || failure())
8080
run: |
8181
make e2e
8282

0 commit comments

Comments
 (0)