I have a situation where another service can trigger deploy webhooks on git push, but it triggers all connected webhooks (for staging and production in this case).
It would be helpful if there is a deploy script variable that contains the webhook that was triggered, so we can skip/continue deployments for specific environments.