app/models/project_services/hip_chat_service.rb [42:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      { type: 'checkbox', name: 'notify_only_broken_builds', label: 'Notify only broken builds' }
    ]
  end

  def can_execute?(build)
    return if build.allow_failure?

    commit = build.commit
    return unless commit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/models/project_services/slack_service.rb [41:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      { type: 'checkbox', name: 'notify_only_broken_builds', label: 'Notify only broken builds' }
    ]
  end

  def can_execute?(build)
    return if build.allow_failure?

    commit = build.commit
    return unless commit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



