From aeebd77315c92c02f250c0bcb9036f8ca1c8ac8e Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 6 Jul 2026 17:53:53 +0800 Subject: [PATCH] ci(gitea): move workflow to gitea actions --- {.github => .gitea}/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename {.github => .gitea}/workflows/ci.yml (86%) diff --git a/.github/workflows/ci.yml b/.gitea/workflows/ci.yml similarity index 86% rename from .github/workflows/ci.yml rename to .gitea/workflows/ci.yml index 0c0b519d..b6cbbb87 100644 --- a/.github/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,13 +5,10 @@ on: push: branches: - dev + - gitea - main - test -concurrency: - group: ci-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: verify: name: Lint, Test, Build @@ -34,7 +31,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile