Remove Telegram notification from pull_request workflow
This commit is contained in:
parent
ce1cb448c3
commit
545b4e1e30
@ -17,9 +17,3 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
|
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 }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user