ai-lab / .github /workflows /keepalive.yml
ClemSummer's picture
Add GitHub Actions cron to keep HF Space awake
1bbb27c
Raw
History Blame Contribute Delete
254 Bytes
name: Keep HF Space Alive
on:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping HF Space
run: curl -s --max-time 30 https://clemsummer-ai-lab.hf.space/ > /dev/null