Skip to content

Commit

Permalink
Remove Yoann from build notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Dec 19, 2024
1 parent 49841d9 commit 2a4da2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ pipeline {
}
post {
always {
notifyBuildResult maintainers: '[email protected] [email protected]'
notifyBuildResult maintainers: '[email protected]'
}
}
}
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pipeline {
}
post {
always {
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected] [email protected]'
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
}
}
}

0 comments on commit 2a4da2d

Please sign in to comment.