diff --git a/Jenkinsfile b/Jenkinsfile index 363caed12e..2a6b8df1bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1965,10 +1965,10 @@ pipeline { description: 'All checks have passed' } failure { + githubNotify context: 'Math CI Summary', + status: 'FAILURE', + description: 'Some checks have failed' node(rocmnode("nogpu")) { - githubNotify context: 'Math CI Summary', - status: 'FAILURE', - description: 'Some checks have failed' script { sendFailureNotifications() }