stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 667 forks source link

CI Mutants: add workfow dispatch for GUI #5082

Closed ASuciuX closed 1 month ago

ASuciuX commented 1 month ago

This is required so that the workflow dispatch button will appear on the GUI. It is the bare minimum required for that, then the dispatch is interpreted based on the branch it is called for.

After this PR is merged, the GUI will have the manual dispatch and the custom action will be tested https://github.com/stacks-network/actions/pull/50. The PR for develop branch referencing is: https://github.com/stacks-network/stacks-core/pull/5083. That should be only merged after #5082 and the actions PR are merged.