Skip to content

Commit

Permalink
Run other-tests when checking pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 29, 2022
1 parent d3f968d commit ad917b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compiler-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ jobs:
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@master
with:
ref: master

other-tests:
if: github.event_name == 'pull_request'
needs: compiler-tests
uses: phpstan/phpstan/.github/workflows/other-tests.yml@master
with:
ref: master

0 comments on commit ad917b7

Please sign in to comment.