Skip to content

Keep Streamlit Alive #77

Keep Streamlit Alive

Keep Streamlit Alive #77

Workflow file for this run

name: Keep Streamlit Alive
on:
schedule:
# يعمل تلقائياً كل 7 ساعات
- cron: '0 */7 * * *'
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Streamlit App
run: |
curl -s -L "https://datapilot-analytics.streamlit.app" > /dev/null