From 84ea25ef11b62b3bcf8abc1799740139f01a6cc1 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 06:24:24 +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=E4=BF=AE=E6=AD=A3=E7=B5=90=E6=9E=9C=20job=20=E7=9A=84?= =?UTF-8?q?=E6=A2=9D=E4=BB=B6=E5=88=A4=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ea69542..4c42b96 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,6 +42,7 @@ jobs: name: 3. RESULT runs-on: ubuntu needs: [build,test] + if: ${{ needs.build.outputs.is_beta == 'false' }} env: VERSION: ${{ needs.test.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }}