Skip to content

Keep Alive Ping

Keep Alive Ping #69

Workflow file for this run

name: Keep Alive Ping
on:
schedule:
# 0 0 и 0 12 — это пинг в 00:00 и 12:00 по UTC (2 раза в сутки)
- cron: '0 0 * * *'
- cron: '0 12 * * *'
workflow_dispatch: # Позволяет запускать вручную для теста
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Send Ping to HuggingFace Space
# Укажи здесь URL твоего спейса + эндпоинт, который мы создали
run: curl -f https://askhat777-gold-volume-profile.hf.space/health