Skip to content

Ping DFIC Fund Monitor Site #8112

Ping DFIC Fund Monitor Site

Ping DFIC Fund Monitor Site #8112

Workflow file for this run

name: Ping DFIC Fund Monitor Site
on:
schedule:
- cron: '*/5 * * * *' # Here it runs every 5 mins
workflow_dispatch:
jobs:
keepalive:
runs-on: ubuntu-latest
steps:
- name: Ping Streamlit app
run: curl -s https://dfic-fund.streamlit.app/ || echo "Ping failed"