Skip to content

Commit

Permalink
Exclude reference implementation during execution of RfC submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Oct 24, 2024
1 parent 5fdcd08 commit 8f0d346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def prepared_runner(existing_runner: nil, exclusive: true)

next false
end
when 'assess', 'submit', 'remoteAssess', 'remoteSubmit'
when 'assess', 'submit', 'remoteAssess', 'remoteSubmit', 'requestComments'
regular_filepaths = files.reject(&:reference_implementation?).map(&:filepath)
files.reject! {|file| file.reference_implementation? && regular_filepaths.include?(file.filepath) }
end
Expand Down

0 comments on commit 8f0d346

Please sign in to comment.