ci: use main branch of ci/actions/common

This commit is contained in:
Fu Hanxi
2026-08-13 14:09:03 +02:00
parent 64d767f050
commit 88b2ffcde6
4 changed files with 9 additions and 46 deletions

View File

@@ -2,25 +2,15 @@
include:
- project: "ci/actions/common"
ref: "v2"
file:
- "templates/stable/default-workflow.yml"
- "templates/idf/pre_check.yml"
- "templates/idf/v2/pre_check.yml"
- "templates/idf/pre-commit.yml"
- "templates/idf/build.yml"
- "templates/idf/deploy-github.yml"
- "templates/idf/deploy-docs.yml"
- "templates/idf/integration-test.yml"
- project: "ci/actions/common"
ref: "v2"
file: "templates/idf/sync-files.yml"
inputs:
job_name: "sync-pre-commit-config"
remote_repo_url: "https://__token__:${CI_SYNC_REPO_TOKEN}@${CI_SERVER_FQDN}/ci/images.git"
ref_name: "ci/sync_idf_pre_commit_config"
file_mappings:
- ".pre-commit-config.yaml:pre-commit/idf/.pre-commit-config.v6.0.yaml"
changes:
- ".pre-commit-config.yaml"
- "templates/idf/sync-files.yml"
- project: "ci/actions/common"
file: "templates/idf/build-docs.yml"
inputs:
@@ -42,7 +32,6 @@ include:
- ".gitlab/ci/pre_check.yml"
- ".gitlab/ci/pre_deploy.yml"
- ".gitlab/ci/static-code-analysis.yml"
- ".gitlab/ci/pre_commit.yml"
- ".gitlab/ci/build.yml"
- ".gitlab/ci/host-test.yml"
- ".gitlab/ci/post_deploy.yml"