Update .gitea/workflows/docker-build.yml
This commit is contained in:
parent
8c0ac3776c
commit
81ae847da2
@ -99,7 +99,7 @@ jobs:
|
||||
timestamp: ${{ steps.calver.outputs.timestamp }}
|
||||
|
||||
- name: Discord Notification - Failure
|
||||
if: failure() && github.ref == 'refs/heads/main'
|
||||
if: failure() && steps.tags.outputs.channel != 'dev'
|
||||
uses: cal/gitea-actions/discord-notify@main
|
||||
with:
|
||||
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user