Skip to content

Commit

Permalink
chore: should update eco-ci result in comment (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Oct 15, 2024
1 parent e94c773 commit d897a6a
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 @@ -24,7 +24,7 @@ jobs:
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
ref: "main"
client_payload: '{"commitSHA":"${{ github.sha }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'
client_payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- if: steps.eco_ci.outcome == 'failure'
uses: actions/checkout@v4
Expand Down

1 comment on commit d897a6a

@9aoy
Copy link
Collaborator Author

@9aoy 9aoy commented on d897a6a Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.