chore: remove one-shot ping workflow
Some checks are pending
CI / POS (WPF, Windows) (push) Waiting to run
CI / Backend (.NET 8) (push) Successful in 55s
CI / Web (React + Vite) (push) Successful in 36s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
nns 2026-04-25 15:36:14 +05:00
parent 5597fc13e5
commit 453d04b7d1

View file

@ -1,20 +0,0 @@
name: Products-fix Ping
on:
push:
branches: [main]
paths:
- '.forgejo/workflows/products-fix-ping.yml'
jobs:
ping:
runs-on: [self-hosted, linux]
steps:
- name: Telegram
env:
BOT: ${{ secrets.TELEGRAM_BOT_TOKEN }}
CHAT: ${{ secrets.TELEGRAM_CHAT_ID }}
run: |
curl -sS -X POST "https://api.telegram.org/bot$BOT/sendMessage" \
--data-urlencode "chat_id=$CHAT" \
--data-urlencode "text=✅ fix(products/update) задеплоен — d688c33, save товара починен. PUT bd9d23e7… → 204. Можно проверять." \
> /dev/null