Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Keep Render App Warm #2284

Keep Render App Warm

Keep Render App Warm #2284

Workflow file for this run

name: Keep Render App Warm
on:
schedule:
- cron: "*/10 * * * *"
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping health endpoint
env:
APP_HEALTH_URL: https://malware-detection-ml-mihai.onrender.com/health
run: |
curl -fsS --max-time 30 "$APP_HEALTH_URL" >/dev/null || true