Skip to content

Stay awake

Stay awake #548

Workflow file for this run

name: Stay awake
on:
schedule:
# Schedule the action to run every 12 hours
- cron: "0 */12 * * *"
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