From 5b9b72a2cd17600ea65494996c7f07b5719ef65d Mon Sep 17 00:00:00 2001 From: Nobita <42062372+nongfu212@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:51:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9C=A8PR=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=EF=BC=8C=E9=81=BF=E5=85=8Dpush=E5=88=B0?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=88=86=E6=94=AF=E5=92=8C=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=88=B0=E4=B8=BB=E5=88=86=E6=94=AF=E4=B8=A4=E7=A7=8D=E6=83=85?= =?UTF-8?q?=E5=86=B5=E7=9A=84=E9=87=8D=E5=A4=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_self_hosted.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_self_hosted.yml b/.github/workflows/build_self_hosted.yml index 7a0f2ac46..8801a2d3e 100644 --- a/.github/workflows/build_self_hosted.yml +++ b/.github/workflows/build_self_hosted.yml @@ -1,7 +1,8 @@ name: hutb Windows CI/CD on: - push: + pull_request: + workflow_dispatch: jobs: From 4282c92971e14456ee40641f61724260baaf7e89 Mon Sep 17 00:00:00 2001 From: Nobita <42062372+nongfu212@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:41:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8F=AAPR=E6=97=B6=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_self_hosted.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_self_hosted.yml b/.github/workflows/build_self_hosted.yml index 8801a2d3e..a95c4e559 100644 --- a/.github/workflows/build_self_hosted.yml +++ b/.github/workflows/build_self_hosted.yml @@ -2,7 +2,6 @@ name: hutb Windows CI/CD on: pull_request: - workflow_dispatch: jobs: From 0007518c9ad47ae92bdf894a1fe7de73fc036bee Mon Sep 17 00:00:00 2001 From: Nobita <42062372+nongfu212@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:46:31 +0800 Subject: [PATCH 3/3] Update build command with new git code --- .github/workflows/build_self_hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_self_hosted.yml b/.github/workflows/build_self_hosted.yml index a95c4e559..dfe66cdd3 100644 --- a/.github/workflows/build_self_hosted.yml +++ b/.github/workflows/build_self_hosted.yml @@ -21,7 +21,7 @@ jobs: - name: build run: | - call Build.bat --git-code ${{ secrets.GIT_CODE }} + call Build.bat --git-code T8w6TYB_r71gGTP3A02B shell: cmd - uses: mickem/clean-after-action@v1