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 a3cb74a commit 68399b5
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 @@ -265,7 +265,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 @@ -89,7 +89,7 @@ pipeline {
}
post {
always {
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected] [email protected]'
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: '[email protected]'
}
}
}

0 comments on commit 68399b5

Please sign in to comment.