From 80e91e7b4369bd3e0d03d364e4f00fa16fe0f612 Mon Sep 17 00:00:00 2001 From: guoyonghao <1711322114@qq.com> Date: Thu, 30 Jul 2026 16:04:55 +0800 Subject: [PATCH] fix(ci): scope workflow to current repository --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9311250..b061bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: jobs: backend-unit: - if: github.repository == 'Gmaker689/xinfra' + if: github.repository == '1024XEngineer/xinfra' name: Backend unit tests runs-on: ubuntu-latest defaults: @@ -49,7 +49,7 @@ jobs: if-no-files-found: ignore frontend-validation: - if: github.repository == 'Gmaker689/xinfra' + if: github.repository == '1024XEngineer/xinfra' name: Frontend typecheck and build runs-on: ubuntu-latest defaults: @@ -73,7 +73,7 @@ jobs: run: npm run build integration: - if: github.repository == 'Gmaker689/xinfra' + if: github.repository == '1024XEngineer/xinfra' name: Backend integration smoke test runs-on: ubuntu-latest needs: