Skip to content

Commit

Permalink
fix pr matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 16, 2024
1 parent 9304172 commit d2329cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ jobs:
pnpm tsx ecosystem-ci.ts
--branch ${{ inputs.branchName }}
--repo ${{ inputs.repo }}
${{ inputs.suite }}
${{ matrix.suite }}
env:
COREPACK_ENABLE_STRICT: 0

- if: ${{ inputs.commit }}
run: pnpm tsx ecosystem-ci.ts --commit ${{ inputs.commit }} ${{ inputs.suite }}
run: pnpm tsx ecosystem-ci.ts --commit ${{ inputs.commit }} ${{ matrix.suite }}
env:
COREPACK_ENABLE_STRICT: 0

Expand Down

0 comments on commit d2329cc

Please sign in to comment.