Keep Render Alive #4011
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Keep Render Alive | |
| on: | |
| schedule: | |
| - cron: '*/5 * * * *' # Every 10 minutes | |
| workflow_dispatch: # Optional: run manually too | |
| jobs: | |
| ping: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ping Render site | |
| run: curl https://resumerankai.onrender.com/ |