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
You may want to disable webhooks from being able to deploy some or all environments of a project.
For example, you may want to prevent your production environment from being deployed via a webhook, but you still want all your lower environments to still deploy via webhooks.
It would be nice if there was a flag on environment and project that would allow a user to disable webhooks from triggering deployments on an environment, or the project as a whole. The API could check this flag when a webhook is received.
If project webhooks are disabled, then no webhooks should be processed on any environments within that project.
The text was updated successfully, but these errors were encountered:
You may want to disable webhooks from being able to deploy some or all environments of a project.
For example, you may want to prevent your
production
environment from being deployed via a webhook, but you still want all your lower environments to still deploy via webhooks.It would be nice if there was a flag on
environment
andproject
that would allow a user to disable webhooks from triggering deployments on an environment, or the project as a whole. The API could check this flag when a webhook is received.If project webhooks are disabled, then no webhooks should be processed on any environments within that project.
The text was updated successfully, but these errors were encountered: