Enable manual dispatch for build workflow - #2944
Merged
jiangxianliang007 merged 2 commits intoAug 16, 2026
Merged
Conversation
Co-authored-by: jiangxianliang007 <24754263+jiangxianliang007@users.noreply.github.com>
jiangxianliang007
approved these changes
Aug 16, 2026
Copilot
AI
changed the title
[WIP] Add manual trigger support for build workflow
Enable manual dispatch for build workflow
Aug 16, 2026
jiangxianliang007
marked this pull request as ready for review
August 16, 2026 04:40
jiangxianliang007
enabled auto-merge
August 16, 2026 04:40
jiangxianliang007
disabled auto-merge
August 16, 2026 04:40
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (0.00%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## develop #2944 +/- ##
===========================================
- Coverage 67.56% 0.00% -67.57%
===========================================
Files 289 292 +3
Lines 7944 14385 +6441
===========================================
- Hits 5367 0 -5367
- Misses 2577 14385 +11808 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds manual run support to the existing reusable build workflow in
nervosnetwork/ckb-explorer. The change is scoped to workflow triggers only and preserves currentworkflow_callbehavior, inputs/outputs, and secrets contract.Trigger configuration
workflow_dispatchunderon:in.github/workflows/build.yml.workflow_callblock unchanged (includingsecretsandoutputs).Change scope