Update .gitea/workflows/build.yml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user