Skip to content

Keep Streamlit Alive #584

Keep Streamlit Alive

Keep Streamlit Alive #584

Workflow file for this run

name: Keep Streamlit Alive
on:
schedule:
- cron: "*/5 * * * *" # every 5 minutes
workflow_dispatch: # allows manual run
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Streamlit App
run: |
curl -s https://policy-intelligence-system.streamlit.app/ > /dev/null