From e0b60fcf0619dc70c9f4d2406f7ccc0343518acd Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 18 Aug 2026 13:54:40 +0200 Subject: [PATCH] ci: don't download artifacts in check_submodule_sync --- .gitlab/ci/pre_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/pre_deploy.yml b/.gitlab/ci/pre_deploy.yml index d18b619e040..3e164e89aed 100644 --- a/.gitlab/ci/pre_deploy.yml +++ b/.gitlab/ci/pre_deploy.yml @@ -1,6 +1,7 @@ .pre_deploy_template: stage: pre_deploy image: $ESP_ENV_IMAGE + dependencies: [] check_submodule_sync: