Skip to content

Commit

Permalink
Remove Yoann from CI notifications
Browse files Browse the repository at this point in the history
Ideally we'd switch to a mailing list someday; I have it on a to-do
list.
In the meantime, since this isn't easily filterable, please leave me out :)
  • Loading branch information
yrodiere authored and marko-bekhta committed Sep 19, 2024
1 parent c5ad955 commit 7b5be12
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 @@ -311,7 +311,7 @@ pipeline {
}
post {
always {
notifyBuildResult maintainers: 'yoann@hibernate.org marko@hibernate.org'
notifyBuildResult maintainers: 'marko@hibernate.org'
}
}
}
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: 'yoann@hibernate.org marko@hibernate.org'
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'marko@hibernate.org'
}
}
}

0 comments on commit 7b5be12

Please sign in to comment.