Remove Telegram notification from pull_request workflow
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 9s
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 44s

This commit is contained in:
Denys Konovalov 2025-03-08 15:49:58 +01:00
parent ce1cb448c3
commit 545b4e1e30

View File

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