Skip to content

.github/workflows/keep-alive.yml #9442

.github/workflows/keep-alive.yml

.github/workflows/keep-alive.yml #9442

Workflow file for this run

name: Keep Render App Alive
on:
schedule:
# Runs every 10 minutes
- cron: '*/5 * * * *'
workflow_dispatch: # Allows manual trigger
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Send HTTP request
run: |
curl -s -o /dev/null -w "%{http_code}" https://innfinity.onrender.com/
- name: Check time
run: date