Skip to content

Commit a7dac6c

Browse files
committed
Do not send emails on gate jobs failures
PullRequest: truffleruby/662
2 parents 3735167 + d8dcadf commit a7dac6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ local part_definitions = {
355355
gate: {
356356
capabilities+: self["$.cap"].normal_machine,
357357
targets+: ["gate"],
358+
notify_emails: false,
358359
},
359360
deploy: {
360361
capabilities+: self["$.cap"].normal_machine,

0 commit comments

Comments
 (0)