Skip to content

Wake the Render API

Wake the Render API #1

Workflow file for this run

name: Wake the Render API
on:
workflow_dispatch: # lets you run manually from Actions tab
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Render API
run: |
curl -s https://studynotion-oylf.onrender.com || true