FaaSr / FaaSr-package

Function-as-a-Service package for R
https://faasr.io
Other
4 stars 8 forks source link

Add support for having multiple workflows in the same repository #115

Open renatof opened 1 month ago

renatof commented 1 month ago

Users have expressed desire to support multiple workflows available in the same location for monitoring purposes. In GitHub Actions, this requires that multiple workflows map to the same repository. This can be achieved by allowing users to add a unique string ID WorkflowName to the configuration JSON, and prepend the FunctionName with WorkflowName when registering functions