ci: add workflow_dispatch trigger to functions workflow#3630
ci: add workflow_dispatch trigger to functions workflow#3630Ankitsinghsisodya wants to merge 1 commit intoknative:mainfrom
Conversation
Allows manual reruns from the GitHub Actions UI without requiring a code push or pull request.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Ankitsinghsisodya The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
There was a problem hiding this comment.
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_dispatchto.github/workflows/functions.yamltriggers to enable manual runs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #3633
Summary
workflow_dispatchtrigger to theFunctionsCI workflowTest plan