Skip to content

Keep App Alive

Keep App Alive #130

Workflow file for this run

name: Keep App Alive
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Streamlit App
run: curl -I https://solarbatteryield.streamlit.app