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 }}