Skip to content

Commit

Permalink
fix: selected yml
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Oct 15, 2024
1 parent 2ebc4b0 commit 1fb4e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
name: execute-all (${{ matrix.suite }})
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
- uses: ./.github/actions/build-rsbuild
with:
repository: ${{ inputs.repo }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
if: "inputs.suite != '-'"
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
- uses: ./.github/actions/build-rsbuild
with:
ref: ${{ inputs.suiteRef }}
repository: ${{ inputs.repo }}
ref: ${{ inputs.ref }}
- run: pnpm i --frozen-lockfile
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
Expand Down Expand Up @@ -97,7 +97,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-rsbuild
with:
ref: ${{ inputs.suiteRef }}
repository: ${{ inputs.repo }}
ref: ${{ inputs.ref }}
- run: pnpm i --frozen-lockfile
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
Expand Down

0 comments on commit 1fb4e6c

Please sign in to comment.