ci: move dynamic pipeline related jobs to ci/actions/common

This commit is contained in:
Fu Hanxi
2026-07-15 13:56:55 +02:00
parent 13c3d51631
commit 44687303cf
5 changed files with 6 additions and 204 deletions

View File

@@ -2,12 +2,14 @@
include:
- project: "ci/actions/common"
ref: "v2"
file:
- "templates/stable/default-workflow.yml"
- "templates/idf/pre_check.yml"
- "templates/idf/build.yml"
- "templates/idf/deploy-github.yml"
- "templates/idf/deploy-docs.yml"
- "templates/idf/integration-test.yml"
- "templates/idf/pre_check.yml"
- "templates/idf/sync-files.yml"
- project: "ci/actions/common"
file: "templates/idf/build-docs.yml"