From 28b7545f51e2bff738dfadd07562e2d6d151c6da Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 24 Jun 2026 13:46:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(CI):=20Codex=20=E6=B8=AC=E8=A9=A6?= =?UTF-8?q?=E5=A4=B1=E6=95=97=E6=99=82=E4=B8=AD=E6=AD=A2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b2ef237..161fad7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,6 +34,6 @@ jobs: with: oauth: ${{ secrets.CODEX_OAUTH }} model: gpt-5.4-mini - - name: 自我介紹 - if: ${{ steps.test.outputs.status == 'completed' }} - run: echo "${{ steps.test.outputs.output }}" + - name: 測試失敗 + if: ${{ steps.test.outputs.status != 'completed' }} + run: exit 1