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 172106e commit d64d09bCopy full SHA for d64d09b
.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() }}
+ if: ( ${{ failure() }} && github.event_name != 'workflow_dispatch' )
152
with:
153
to: ${{ secrets.TELEGRAM_TO }}
154
token: ${{ secrets.TELEGRAM_TOKEN }}
0 commit comments