Commit fac4ed62 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '337432-remove-unused-ignore_failures-scope' into 'master'

Remove unused ignore_failures scope

See merge request gitlab-org/gitlab!67356
parents d0fe524e 04d3d8e7
......@@ -102,7 +102,6 @@ module Ci
end
scope :unstarted, -> { where(runner_id: nil) }
scope :ignore_failures, -> { where(allow_failure: false) }
scope :with_downloadable_artifacts, -> do
where('EXISTS (?)',
Ci::JobArtifact.select(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment