Skip to content

ci: add workflow_dispatch trigger to functions workflow#3630

Open
Ankitsinghsisodya wants to merge 1 commit intoknative:mainfrom
Ankitsinghsisodya:ci/workflow-dispatch-functions
Open

ci: add workflow_dispatch trigger to functions workflow#3630
Ankitsinghsisodya wants to merge 1 commit intoknative:mainfrom
Ankitsinghsisodya:ci/workflow-dispatch-functions

Conversation

@Ankitsinghsisodya
Copy link
Copy Markdown
Contributor

@Ankitsinghsisodya Ankitsinghsisodya commented Apr 22, 2026

Closes #3633

Summary

  • Adds workflow_dispatch trigger to the Functions CI workflow
  • Enables manual reruns directly from the GitHub Actions UI without requiring a code push or new pull request

Test plan

  • Verify the workflow appears with a "Run workflow" button in the Actions tab after merge

Allows manual reruns from the GitHub Actions UI without
requiring a code push or pull request.
Copilot AI review requested due to automatic review settings April 22, 2026 15:14
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Apr 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Ankitsinghsisodya
Once this PR has been reviewed and has the lgtm label, please assign dprotaso for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow Bot requested review from dsimansk and jrangelramos April 22, 2026 15:14
@knative-prow knative-prow Bot added size/XS 🤖 PR changes 0-9 lines, ignoring generated files. needs-ok-to-test 🤖 Needs an org member to approve testing labels Apr 22, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Apr 22, 2026

Hi @Ankitsinghsisodya. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a manual trigger to the existing “Functions” GitHub Actions workflow so it can be run on-demand from the Actions UI, aligning it with other workflows in this repo that already support workflow_dispatch.

Changes:

  • Add workflow_dispatch to .github/workflows/functions.yaml triggers to enable manual runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.46%. Comparing base (7247657) to head (d8ef7ce).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3630      +/-   ##
==========================================
+ Coverage   56.33%   58.46%   +2.12%     
==========================================
  Files         180      180              
  Lines       20571    20572       +1     
==========================================
+ Hits        11589    12027     +438     
+ Misses       7780     7344     -436     
+ Partials     1202     1201       -1     
Flag Coverage Δ
e2e 39.64% <ø> (+3.43%) ⬆️
e2e go 32.36% <ø> (-0.50%) ⬇️
e2e node 28.11% <ø> (-0.51%) ⬇️
e2e python 32.72% <ø> (-0.51%) ⬇️
e2e quarkus 28.27% <ø> (-0.50%) ⬇️
e2e rust 27.65% <ø> (-0.54%) ⬇️
e2e springboot 26.15% <ø> (-0.50%) ⬇️
e2e typescript 28.23% <ø> (-0.50%) ⬇️
e2e-config-ci 17.55% <ø> (-0.51%) ⬇️
integration 17.07% <ø> (-0.51%) ⬇️
unit macos-14 42.69% <ø> (-0.63%) ⬇️
unit macos-latest 42.69% <ø> (-0.62%) ⬇️
unit ubuntu-24.04-arm 43.51% <ø> (ø)
unit ubuntu-latest 43.51% <ø> (-0.68%) ⬇️
unit windows-latest 42.71% <ø> (-0.63%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

needs-ok-to-test 🤖 Needs an org member to approve testing size/XS 🤖 PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add workflow_dispatch trigger to functions workflow

2 participants