Update .gitea/workflows/build.yml
Build Workflow / Build (push) Failing after 10s
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:43:14 +02:00
parent b1d9214132
commit 11f54a8e9c
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
Notify-Commiter-Error: Notify-Commiter-Error:
needs: Deploy needs: Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !success() }} if: ${{ !cancelled() }}
steps: steps:
- name: Blame commiter - name: Blame commiter
run: echo "OMG YOU BROKE THE BUILD!!! FIX IT" run: echo "OMG YOU BROKE THE BUILD!!! FIX IT"