Skip to content

.github/workflows/hello.yml #603

.github/workflows/hello.yml

.github/workflows/hello.yml #603

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://sor2rts-new.onrender.com/docs
- name: Check time
run: date