diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d525fd2..0898a1a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: id: failingstep run: exit 1 - name: Continue with this step anyway - if: ${{ failure() }} + if: ${{ failure() && steps.failingstep.conclusion == 'failure' }} run: echo "Still running... ${{toJSON(steps)}}" - name: Checkout Code uses: actions/checkout@v3