Skip to content

Keep Alive Streamlit #8174

Keep Alive Streamlit

Keep Alive Streamlit #8174

Workflow file for this run

name: Keep Alive Streamlit
on:
schedule:
- cron: "*/10 * * * *" # tiap 10 menit, 24 jam penuh (UTC)
workflow_dispatch: # bisa dijalankan manual dari tab Actions
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Curl app (light ping)
run: curl -sS "https://stc-converter.streamlit.app/?ping=1" > /dev/null