Skip to content

Commit 0470cf7

Browse files
chore: disable Telegram notification if condition
Commented out the conditional check for Telegram notification.
1 parent 14b4248 commit 0470cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-release-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Telegram notification — MarkdownV2 + no link preview
110110
# ────────────────────────────────────────────────
111111
- name: Send to Telegram
112-
if: ${{ secrets.TELEGRAM_BOT_TOKEN != "" && secrets.TELEGRAM_CHAT_ID != "" && secrets.TELEGRAM_MESSAGE_THREAD_ID != "" }}
112+
#if: ${{ secrets.TELEGRAM_BOT_TOKEN != '' && secrets.TELEGRAM_CHAT_ID != '' && secrets.TELEGRAM_MESSAGE_THREAD_ID != '' }}
113113
uses: Salmansha08/telegram-github-action@17c9ce6b4210d2659dca29d34028b02fa29d70ad # or newer tag if available
114114
with:
115115
to: ${{ secrets.TELEGRAM_CHAT_ID }}

0 commit comments

Comments
 (0)