Update .gitea/workflows/build.yml
Build Workflow / Build (push) Failing after 14s
Build Workflow / Deploy (push) Has been skipped
Build Workflow / Notify-Commiter-Error (push) Has been skipped

This commit is contained in:
2023-07-15 02:36:45 +02:00
parent a8e0898092
commit b1d9214132
+1 -2
View File
@@ -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"