Missing Webhook
Due to a limitation with GitHub webhook delivery, webhooks will no be sent if more than three tags are pushed at once:
https://developer.github.com/webhooks/event-payloads/#push
Events will not be created for tags when more than three tags are pushed at once.
Since we rely on a GitHub webhook to trigger builds, in the case of more than three tags being pushed at once, no webhook will be sent and no pipelines will be triggered.
Solution
You should ensure you are only pushing up to three tags at a time in order for pipelines to be triggered within CircleCI, or make use of the API to trigger a relevant pipeline.
Comments
Article is closed for comments.