fix(ci): cleanup workflow缺少checkout步骤导致找不到脚本
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 23s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 28s
AI Code Review / AI Code Review (pull_request) Failing after 35s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m11s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 2m1s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m14s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 3m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m35s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 4m20s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 41s

This commit is contained in:
CI Bot
2026-07-18 14:21:37 +08:00
parent 077f7710df
commit f562b074ac
+3
View File
@@ -15,6 +15,9 @@ jobs:
runs-on: runtime-builder
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract PR number
shell: sh
run: |