From f4a29e23d1171b06d707afb7942786bb731fea80 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:51:10 +0900 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.gitea/workflows/deploy-pr?= =?UTF-8?q?eview.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-preview.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitea/workflows/deploy-preview.yml diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml deleted file mode 100644 index 6af5828..0000000 --- a/.gitea/workflows/deploy-preview.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy preview (main_kin) - -on: - push: - branches: ["main_kin"] - workflow_dispatch: - -concurrency: - group: deploy-main_kin - cancel-in-progress: true - -jobs: - deploy: - runs-on: ["native"] - steps: - - uses: actions/checkout@v4 - - name: Deploy to preview (main_kin) - env: - BRANCH: main_kin - run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file