Ping DFIC Fund Monitor Site #8112
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |