fix: remove empty if-pass stubs after db_post calls in complete_game (#38) #71

Closed
cal wants to merge 13 commits from ai/paper-dynasty-discord-38 into main
Showing only changes of commit 75b9968149 - Show all commits

View File

@ -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 }}