Skip to content

Keep Render Alive #1763

Keep Render Alive

Keep Render Alive #1763

Workflow file for this run

name: Keep Render Alive
on:
schedule:
- cron: "*/14 * * * *"
workflow_dispatch:
jobs:
heartbeat:
runs-on: ubuntu-latest
steps:
- name: Ping health endpoint
run: curl -sf https://bluedocs-api.onrender.com/health || true