fix(ci): add checkout step for local actions and rename pipeline to XControl Unified CI/CD Pipeline

This commit is contained in:
Haitao Pan 2025-12-04 22:15:49 +08:00
parent 9cda9f67d7
commit cb291a0868

View File

@ -1,4 +1,4 @@
name: CloudNativeSuite Pipeline
name: XControl Unified CI/CD Pipeline
on:
push:
@ -36,6 +36,9 @@ jobs:
platform: ["linux/amd64", "linux/arm64"]
service: ["dashboard", "rag-server", "account"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Code Quality
uses: ./.github/actions/code-quality
with:
@ -101,6 +104,9 @@ jobs:
ENVIRONMENT: ${{ github.event.inputs.environment }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy Services
uses: ./.github/actions/deploy
with: