simplify telegram action workflow
All checks were successful
website-main / prod-build (push) Successful in 48s
website-main / test-build (push) Successful in 18s

This commit is contained in:
Denys Konovalov 2023-10-21 13:15:38 +02:00
parent bf5a71899b
commit e1e29c570d
2 changed files with 0 additions and 10 deletions

@ -5,10 +5,6 @@ on:
branches:
- dev
concurrency:
group: ${{ gitea.workflow }}-${{ gitea.ref }}
cancel-in-progress: true
jobs:
dev-build:
if: gitea.repository == 'gcg/gcg-website'
@ -36,4 +32,3 @@ jobs:
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}
include_commit_info: false

@ -7,10 +7,6 @@ on:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ gitea.workflow }}-${{ gitea.ref }}
cancel-in-progress: true
jobs:
prod-build:
if: gitea.repository == 'gcg/gcg-website'
@ -38,7 +34,6 @@ jobs:
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}
include_commit_info: false
test-build:
if: gitea.repository == 'gcg/gcg-website'
runs-on: act-runner-user