From b1d9214132d0e9bc99573d59593bbe5715ba8c17 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 02:36:45 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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