diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb index c293096f5c9972699bf2fe5ddb1221db70420bdc..fd50abe1c36bc30ef6585698cfd9921677c2f6ac 100644 --- a/app/models/ci/pipeline.rb +++ b/app/models/ci/pipeline.rb @@ -114,7 +114,7 @@ module Ci project.id end - # For now the only user who participants is the user who triggered + # For now the only user who participates is the user who triggered def participants(current_user = nil) [user] end