Hi,
We’re currently having some issues with webhook deploy notifications. We have a webhook set up that triggers when a deployment succeeds. That webhook used to set skipped: true
when a previous deploy was skipped (so no notification was sent then). Currently we’re only receiving skipped: false
so we don’t know if a previous deploy was skipped on Netlify. Our site name is anwbcamping-cms.netlify.app if that helps.
This is what we see on Netlify:
But in the notification of the deployed commit we see this:
In the past skipped
would be set to true
. Could this be a bug on Netlify side?