Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 18:15:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 18:15:12 +0300
commitd83a3edd4416e93f2815815c1be4ee0a2755a3c5 (patch)
tree670863f034908a1832b1c5db228b9ae567e4cf7e /app/workers
parentee2024d964d1742a8ec01da89e0b34351c9303ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/ci/pipeline_artifacts/coverage_report_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/ci/pipeline_artifacts/coverage_report_worker.rb b/app/workers/ci/pipeline_artifacts/coverage_report_worker.rb
index 53bed0fa9da..3184fee2071 100644
--- a/app/workers/ci/pipeline_artifacts/coverage_report_worker.rb
+++ b/app/workers/ci/pipeline_artifacts/coverage_report_worker.rb
@@ -13,6 +13,7 @@ module Ci
feature_category :code_testing
idempotent!
+ deduplicate :until_executed
def perform(pipeline_id)
pipeline = Ci::Pipeline.find_by_id(pipeline_id)