Skip to content

Commit 7e676d9

Browse files
committed
Update Status
Making slack bot less verbose Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
1 parent f82a83e commit 7e676d9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/github/update_status.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ def update_status
6464
when 'success'
6565
@job.success(@github_check)
6666
@job.update_execution_time
67-
slack_notify_success
6867
else
6968
failure
7069
@job.update_execution_time
71-
slack_notify_failure
7270
end
7371

7472
return [200, 'Success'] unless @job.check_suite.pull_request.current_execution? @job.check_suite

0 commit comments

Comments
 (0)