mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Do not run windows-ci is phpstan is ko
This commit is contained in:
parent
ea1c4cca06
commit
214642f603
3
.github/workflows/ci-on-pull_request.yml
vendored
3
.github/workflows/ci-on-pull_request.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
3
.github/workflows/ci-on-push.yml
vendored
3
.github/workflows/ci-on-push.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user