Keep Render Backend Alive #3646
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 Backend Alive | |
| on: | |
| schedule: | |
| - cron: "*/10 * * * *" # runs every 10 minutes | |
| workflow_dispatch: | |
| jobs: | |
| ping: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ping DevTrack backend | |
| run: | | |
| curl -s https://devtrack-api.onrender.com/api/health > /dev/null |