From 1fb4e6cb987ec747e4caf446bec6a5962412cefa Mon Sep 17 00:00:00 2001 From: "gaoyuan.1226" Date: Tue, 15 Oct 2024 20:10:01 +0800 Subject: [PATCH] fix: selected yml --- .github/workflows/ecosystem-ci-from-pr.yml | 1 - .github/workflows/ecosystem-ci-selected.yml | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ecosystem-ci-from-pr.yml b/.github/workflows/ecosystem-ci-from-pr.yml index a8f3d77..72faaa3 100644 --- a/.github/workflows/ecosystem-ci-from-pr.yml +++ b/.github/workflows/ecosystem-ci-from-pr.yml @@ -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 }} diff --git a/.github/workflows/ecosystem-ci-selected.yml b/.github/workflows/ecosystem-ci-selected.yml index 738c916..0f21ed1 100644 --- a/.github/workflows/ecosystem-ci-selected.yml +++ b/.github/workflows/ecosystem-ci-selected.yml @@ -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 @@ -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