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