Skip to content

Commit 8ff6245

Browse files
authored
Update telegram-ci.yml
1 parent 46cf4d9 commit 8ff6245

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/telegram-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
required: false
1212
default: 'No message.'
1313
description: 'Message'
14+
send_telegram:
15+
description: 'Send to Telegram'
16+
required: true
17+
default: true
18+
type: boolean
1419
buildType:
1520
description: "Build Type"
1621
type: choice
@@ -87,6 +92,7 @@ jobs:
8792
echo "BUILD_DATE=$BUILD_DATE" >> $GITHUB_ENV
8893
8994
- name: Upload files to Telegram
95+
if: github.event.inputs.send_telegram == 'true'
9096
uses: xz-dev/TelegramFileUploader@v1.1.1
9197
with:
9298
to-who: '@MMRLCI'

0 commit comments

Comments
 (0)