Fix ci file
This commit is contained in:
parent
8e90040f1b
commit
c3aaaf3cfb
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci-on-push.yml
vendored
12
.github/workflows/ci-on-push.yml
vendored
|
|
@ -20,12 +20,12 @@ jobs:
|
|||
needs: [pre-commit]
|
||||
with:
|
||||
gh_event: ${{ github.event_name }}
|
||||
windows-ci:
|
||||
needs: [pre-commit, phan, phpstan]
|
||||
secrets: inherit
|
||||
uses: ./.github/workflows/windows-ci.yml
|
||||
with:
|
||||
gh_event: ${{ github.event_name }}
|
||||
#windows-ci:
|
||||
# needs: [pre-commit, phan, phpstan]
|
||||
# secrets: inherit
|
||||
# uses: ./.github/workflows/windows-ci.yml
|
||||
# with:
|
||||
# gh_event: ${{ github.event_name }}
|
||||
# gh-travis: # Runs travis script on github runner (not on travis)
|
||||
# if: false
|
||||
# # needs: [pre-commit, phan]
|
||||
|
|
|
|||
Loading…
Reference in a new issue