diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index db0a189..0c7cce4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: id: failingstep run: thisisnocommand - name: Continue with this step anyway... - if: $steps.failingstep.outcome == 'failure' + if: failure() && $steps.failingstep.outcome == 'failure' run: echo Still running... - name: Checkout Code uses: actions/checkout@v3