trade-copilot / .github /workflows /keep-alive.yml
utkarshpathak48's picture
Create keep-alive.yml
56d086d unverified
Raw
History Blame Contribute Delete
248 Bytes
name: Keep HF Space Alive
on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping HF Space
run: curl -f https://utkarshpathak48-trade-copilot.hf.space/api/status