How to partially run the workflow #346
Replies: 2 comments
-
Hi @MG-Programmer ! You can do it, but not with the GitHub Action. For an action you'll need the second approach. You'll need to use a docker image, like in this workflow But a better option is:
Note that you can limit which outputs are generated even for a GitHub Action using In general: Quick Start is supposed to be a mechanism to quickly start using KiBot, not a permanent mechanism. Once you have a configuration file generated by KiBot you just copy the outputs you are interested to a new file. Then you continue doing adjusts to the filtered outputs. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I want to create a custom workflow with all (for me) relevant outputs based on the --quick-start workflow.
For testing purposes and to avoid creating all the stuff on just a change in e.g. the bom I want to run just a specific action from the workflow.
Is this possible? If so then how can I perform it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions