diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36de5044a6c..f2f2a2c827a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: run: ./gradlew neoforge:modrinth - name: Notify Discord - if: ${{ github.repository == 'GeyserMC/Geyser' }} + if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Geyser' }} uses: GeyserMC/actions/notify-discord@master with: discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}