ci: move check_submodule_sync to pre_check stage

This commit is contained in:
Fu Hanxi
2026-02-03 15:34:16 +01:00
parent 5d597d3e63
commit fd191f41a9
3 changed files with 25 additions and 27 deletions
+4 -4
View File
@@ -16,6 +16,10 @@ workflow:
# Place the default settings in `.gitlab/ci/common.yml` instead
include:
- project: "ci/actions/common"
file:
- "templates/idf/deploy-github.yml"
- "templates/idf/deploy-docs.yml"
- ".gitlab/ci/danger.yml"
- ".gitlab/ci/common.yml"
- ".gitlab/ci/rules.yml"
@@ -30,7 +34,3 @@ include:
- ".gitlab/ci/deploy.yml"
- ".gitlab/ci/post_deploy.yml"
- ".gitlab/ci/test-win.yml"
- project: "ci/actions/common"
file: "templates/idf/deploy-github.yml"
- project: "ci/actions/common"
file: "templates/idf/deploy-docs.yml"