Skip to content

Commit d64d09b

Browse files
authored
workflow: do not notify on workflow dispatch
1 parent 172106e commit d64d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
name: build-output
149149
path: build-log.txt
150150
- uses: appleboy/telegram-action@master
151-
if: ${{ failure() }}
151+
if: ( ${{ failure() }} && github.event_name != 'workflow_dispatch' )
152152
with:
153153
to: ${{ secrets.TELEGRAM_TO }}
154154
token: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)