Don't run notify-complete for non-freqtrade repos

This commit is contained in:
Matthias
2024-03-14 17:55:14 +01:00
parent c284da404e
commit fcc6d0fea8

View File

@@ -420,7 +420,7 @@ jobs:
]
runs-on: ubuntu-22.04
# Discord notification can't handle schedule events
if: (github.event_name != 'schedule')
if: github.event_name != 'schedule' && github.repository == 'freqtrade/freqtrade'
permissions:
repository-projects: read
steps: