Is there a way to turn off build notifications for per PR deploys. Our per PR deploys base their settings off our dev stage. and we want notifications for the dev stage
f
Frank
06/10/2022, 6:34 PM
Hey @Varun Mohan, I’ve seen team do this:
1. create a new stage ie.
pr-template
based its settings off the
dev
stage
2. remove build notifications for
pr-template
3. base PR deploys off
pr-template
v
Varun Mohan
06/10/2022, 8:03 PM
Yeah we came around to something similar, thanks @Frank