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