Skip to content

Commit 8f0d346

Browse files
committed
Exclude reference implementation during execution of RfC submissions
1 parent 5fdcd08 commit 8f0d346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/submission.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def prepared_runner(existing_runner: nil, exclusive: true)
231231

232232
next false
233233
end
234-
when 'assess', 'submit', 'remoteAssess', 'remoteSubmit'
234+
when 'assess', 'submit', 'remoteAssess', 'remoteSubmit', 'requestComments'
235235
regular_filepaths = files.reject(&:reference_implementation?).map(&:filepath)
236236
files.reject! {|file| file.reference_implementation? && regular_filepaths.include?(file.filepath) }
237237
end

0 commit comments

Comments
 (0)