summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status/core/skipped.rb
blob: b8b07a691566ca76b677df9b0f08b96cdfb03331 (plain)
1
2
3
4
5
6
7
8
module Gitlab::Ci
  module Status
    module Core
      class Skipped
      end
    end
  end
end