Skip to content

Commit 5c945c4

Browse files
authored
Revert "Only run e2e tests if unit tests pass (#656)" (#658)
This reverts commit 6d2fbfe.
1 parent b5fd66a commit 5c945c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/e2e-tests.yaml

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

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

810
jobs:
911
build-test-phar:

0 commit comments

Comments
 (0)