From fef95baa40c916bcc7933edee591220316ee3410 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 05:48:41 +0000 Subject: [PATCH] =?UTF-8?q?fix(CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B):?= =?UTF-8?q?=20=E6=94=BE=E5=AF=AC=E6=AD=A3=E5=BC=8F=E7=89=88=E7=B5=90?= =?UTF-8?q?=E6=9E=9C=20job=20=E7=9A=84=E5=9F=B7=E8=A1=8C=E6=A2=9D=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9978e3f..ea69542 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,7 +42,6 @@ jobs: name: 3. RESULT runs-on: ubuntu needs: [build,test] - if: ${{ needs.test.outputs.is_beta == 'false' }} env: VERSION: ${{ needs.test.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }}