We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a39a8f commit c1df864Copy full SHA for c1df864
.github/workflows/pythonpackage.yml
@@ -148,7 +148,7 @@ jobs:
148
name: build-output
149
path: build-log.txt
150
- uses: appleboy/telegram-action@master
151
- if: ( ${{ failure() }} && github.event_name != 'workflow_dispatch' )
+ if: ${{ failure() }} && github.event_name == 'schedule'
152
with:
153
to: ${{ secrets.TELEGRAM_TO }}
154
token: ${{ secrets.TELEGRAM_TOKEN }}
0 commit comments