-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now Highway is supporting only one preset per given steps. Sometimes it happens that two different presets runs the same steps but it cannot be declared also as default preset because pull request workflow is calling default. Currently there's no other option than just add another preset with the same steps as the other preset contains.
Possible solutions:
- Implement wildcards e.g. preset
test/*:will be called bypreset: test/stagingandpreset: test/release - Supporting multiple presets separated by comma e.g.
staging,release:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request