We have a microservice deployed using Cloud Build consisting of several Cloud Functions. Till yesterday we used to get a single pub/sub event published into cloud-builds pub/sub topic informing us of the status of the build (SUCCESS/FAIL) but now we see events into cloud-builds pub/sub topic for each Cloud Function and also the final status of the build.
This change produces 10s of email notifications whereas we expect one notification per build.
Not sure what was the change done from GCP's side (Could not find any documentation informing the new change).