summaryrefslogtreecommitdiff
path: root/app/workers/database/batched_background_migration/ci_execution_worker.rb
blob: 89c70e29dda1d0abc64de81ef903bef4cb19795f (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Database
  module BatchedBackgroundMigration
    class CiExecutionWorker # rubocop:disable Scalability/IdempotentWorker
      include ExecutionWorker
    end
  end
end