diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4f390b7..b2ef237 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,12 +34,6 @@ jobs: with: oauth: ${{ secrets.CODEX_OAUTH }} model: gpt-5.4-mini - output: - name: 輸出結果 - runs-on: ubuntu - needs: [test] - steps: - - name: 輸出狀態 - run: echo "${{ needs.test.outputs.status }}" - - name: 輸出內容 - run: echo "${{ needs.test.outputs.output }}" + - name: 自我介紹 + if: ${{ steps.test.outputs.status == 'completed' }} + run: echo "${{ steps.test.outputs.output }}"