You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our ci/cd process includes production workflows that are triggered when a release gets released
name: deploy_production
on:
release:
types:
- released
Do you know if there is support for that? I mean I was able to choose my workflow name when I added the repository but didn't see any data no matter what range I set
Thanks.
The text was updated successfully, but these errors were encountered:
Hey @omer2500
Currently, we don't have support for release based deployment runs as we are not able to associate it with a Pull Request. We will soon be releasing webhook integrations for workflows, wherein you can send workflow related data using a webhook call. You will be able to leverage that for your current use case. But for now, unfortunately we don't support release based workflow deployments.
Hi!
Our ci/cd process includes production workflows that are triggered when a release gets released
Do you know if there is support for that? I mean I was able to choose my workflow name when I added the repository but didn't see any data no matter what range I set
Thanks.
The text was updated successfully, but these errors were encountered: