Allow webhooks to be always triggered if a pact is not yet verified, regardless of whether it was changed or not.
Currently, we can only trigger a webhook either on every consumer publish (which leads to redundant verifications and wasting of CPU time) or on
contract_content_changed
which does not retry if Provider Automation encountered some fatal issue.
This should improve fault tolerance of the whole system when automation is in play.