Skip to content

Commit

Permalink
fix: run_eco_ci option in release workflow (#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Oct 15, 2024
1 parent 44413b7 commit 11b3ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
default: 'main'
run_eco_ci:
description: 'Run Rsbuild ecosystem CI before release'
type: boolean
required: false
default: true
issue_comment:
Expand Down

1 comment on commit 11b3ffe

@9aoy
Copy link
Contributor Author

@9aoy 9aoy commented on 11b3ffe 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.