Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
30 stars 14 forks source link

Add manual scenario testing invocation and drop the requirement for running them on pull requests. #132

Closed vmarcella closed 7 months ago

vmarcella commented 7 months ago

The scenarios that we test require a secret that is only available to our repository which causes PRs from forks to never pass pipeline checks. This prevents the scenario testing from happening on pull requests and adds a workflow dispatch trigger to manually invoke the pipeline.