Skip to content

Enable manual dispatch for build workflow - #2944

Merged
jiangxianliang007 merged 2 commits into
developfrom
copilot/add-workflow-dispatch-support
Aug 16, 2026
Merged

jiangxianliang007 merged 2 commits into
developfrom
copilot/add-workflow-dispatch-support

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

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 current workflow_call behavior, inputs/outputs, and secrets contract.

  • Trigger configuration

    • Added workflow_dispatch under on: in .github/workflows/build.yml.
    • Kept existing workflow_call block unchanged (including secrets and outputs).
  • Change scope

    • Single-file, minimal YAML update with no job/step logic changes.
on:
  workflow_dispatch:
  workflow_call:
    secrets:
      GHCR_USERNAME:
        required: true
      GHCR_TOKEN:
        required: true

Co-authored-by: jiangxianliang007 <24754263+jiangxianliang007@users.noreply.github.com>
Copilot AI changed the title [WIP] Add manual trigger support for build workflow Enable manual dispatch for build workflow Aug 16, 2026
@jiangxianliang007
jiangxianliang007 marked this pull request as ready for review August 16, 2026 04:40
@jiangxianliang007
jiangxianliang007 merged commit 6564da8 into develop Aug 16, 2026
1 check passed
@jiangxianliang007
jiangxianliang007 deleted the copilot/add-workflow-dispatch-support branch August 16, 2026 04:41
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (f373f6b) to head (febc8e5).
⚠️ Report is 978 commits behind head on develop.

❌ 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.

❗ There is a different number of reports uploaded between BASE (f373f6b) and HEAD (febc8e5). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (f373f6b) HEAD (febc8e5)
2 1
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants