From 545b4e1e3021a5cc69b980f67d1f0735b02efa51 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 8 Mar 2025 15:49:58 +0100 Subject: [PATCH] Remove Telegram notification from pull_request workflow --- .gitea/workflows/pull_request.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/pull_request.yml b/.gitea/workflows/pull_request.yml index 6403e06f..f807a58e 100644 --- a/.gitea/workflows/pull_request.yml +++ b/.gitea/workflows/pull_request.yml @@ -17,9 +17,3 @@ jobs: - name: Build run: | hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test - - name: Notification - uses: actions/telegram-action@main - if: always() - with: - chat_id: ${{ secrets.TG_CHAT_ID }} - token: ${{ secrets.TG_TOKEN }}