Skip to content

Commit

Permalink
fix: continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Dec 24, 2024
1 parent bfccb87 commit 0b81c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
uses: actions/github-script@v6
if: steps.get-pr-number.outputs.result
with:
github_token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN }}
result-encoding: string
script: |
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
Expand All @@ -98,6 +97,7 @@ jobs:
- name: Run Ecosystem CI
id: eco_ci
uses: convictional/trigger-workflow-and-wait@v1.6.5
continue-on-error: true
with:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
Expand Down

0 comments on commit 0b81c1c

Please sign in to comment.