Spaces:
Running
Running
| 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 | |