Skip to content

Commit ad917b7

Browse files
committed
Run other-tests when checking pull requests
1 parent d3f968d commit ad917b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/compiler-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ jobs:
5858
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@master
5959
with:
6060
ref: master
61+
62+
other-tests:
63+
if: github.event_name == 'pull_request'
64+
needs: compiler-tests
65+
uses: phpstan/phpstan/.github/workflows/other-tests.yml@master
66+
with:
67+
ref: master

0 commit comments

Comments
 (0)