Skip to content

Stay awake

Stay awake #31

Workflow file for this run

name: Stay awake
on:
schedule:
# Schedule the action to run every 25 minutes
- cron: "*/25 * * * *"
jobs:
stay-awake:
runs-on: ubuntu-latest
steps:
- name: Curl app to keep it awake
run: curl -s https://startup-jgafnea.koyeb.app > /dev/null