Skip to content

Commit 6d2fbfe

Browse files
authored
Only run e2e tests if unit tests pass (#656)
1 parent ff8ef69 commit 6d2fbfe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: End-to-End Tests
22

33
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
release:
8-
types: [ created ]
4+
workflow_run:
5+
workflows: [ 'Tests' ]
6+
types: [ 'completed' ]
97

108
jobs:
119
build-test-phar:

0 commit comments

Comments
 (0)