app/models/project_services/hip_chat_service.rb [43:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]
  end

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

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



app/models/project_services/mail_service.rb [41:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]
  end

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

    # it doesn't make sense to send emails for retried builds
    commit = build.commit
    return unless commit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



