diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6227bd3..c068477 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -103,8 +103,7 @@ jobs: Notify-Commiter-Error: needs: Deploy runs-on: ubuntu-latest - if: ${{ failure() }} + if: ${{ !success() }} steps: - name: Blame commiter - if: ${{ failure() }} run: echo "OMG YOU BROKE THE BUILD!!! FIX IT" \ No newline at end of file