We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d0c51 commit eae37afCopy full SHA for eae37af
lib/travis/scheduler/limit/jobs.rb
@@ -66,7 +66,7 @@ def check_all
66
queueable.each_with_index do |job, index|
67
case check(job)
68
when :limited
69
- # The rest of the jobs will definitely be waiting for
+ # The rest of the jobs will definitely be waiting for
70
# concurrency, regardless of other limits that might apply
71
@waiting_by_owner += queueable.length - index
72
break
0 commit comments