chore(CI): Codex 測試失敗時中止流程

This commit is contained in:
2026-06-24 13:46:19 +00:00
parent 3f2355ed41
commit 28b7545f51
+3 -3
View File
@@ -34,6 +34,6 @@ jobs:
with: with:
oauth: ${{ secrets.CODEX_OAUTH }} oauth: ${{ secrets.CODEX_OAUTH }}
model: gpt-5.4-mini model: gpt-5.4-mini
- name: 自我介紹 - name: 測試失敗
if: ${{ steps.test.outputs.status == 'completed' }} if: ${{ steps.test.outputs.status != 'completed' }}
run: echo "${{ steps.test.outputs.output }}" run: exit 1