Update .gitea/workflows/build.yml
Build Workflow / Build (push) Failing after 12s
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:30:04 +02:00
parent c1cf1e9d73
commit 0f157309a3
+2 -1
View File
@@ -103,7 +103,8 @@ jobs:
Notify-Commiter-Error:
needs: Deploy
runs-on: ubuntu-latest
if: ${{ failure() }}
steps:
- name: Blame commiter
if: failure()
if: ${{ failure() }}
run: echo "OMG YOU BROKE THE BUILD!!! FIX IT"