Do not run windows-ci is phpstan is ko

This commit is contained in:
Laurent Destailleur 2024-11-13 13:32:30 +01:00
parent ea1c4cca06
commit 214642f603
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ jobs:
phan:
uses: ./.github/workflows/phan.yml
secrets: inherit
needs: [pre-commit]
with:
gh_event: ${{ github.event_name }}
phpstan:
@ -19,7 +20,7 @@ jobs:
with:
gh_event: ${{ github.event_name }}
#windows-ci:
# needs: [pre-commit, phan]
# needs: [pre-commit, phan, phpstan]
# secrets: inherit
# uses: ./.github/workflows/windows-ci.yml
# with:

View File

@ -10,6 +10,7 @@ jobs:
phan:
uses: ./.github/workflows/phan.yml
secrets: inherit
needs: [pre-commit]
with:
gh_event: ${{ github.event_name }}
phpstan:
@ -19,7 +20,7 @@ jobs:
with:
gh_event: ${{ github.event_name }}
windows-ci:
needs: [pre-commit, phan]
needs: [pre-commit, phan, phpstan]
secrets: inherit
uses: ./.github/workflows/windows-ci.yml
with: