diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 9fc6612a2..f42f44769 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -10,6 +10,7 @@ jobs: steps: - name: Send telegram message on push uses: appleboy/telegram-action@v1.0.0 + continue-on-error: true with: to: ${{ secrets.TELEGRAM_ISSUE_CHAT_ID }} token: ${{ secrets.TELEGRAM_ISSUE_TOKEN }}