File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- name : Keep Render App Alive
1+ # name: Keep Render App Alive
22
3- on :
4- schedule :
5- # Runs every 10 minutes
6- - cron : ' */5 * * * *'
7- workflow_dispatch : # Allows manual trigger
3+ # on:
4+ # schedule:
5+ # # Runs every 10 minutes
6+ # - cron: '*/5 * * * *'
7+ # workflow_dispatch: # Allows manual trigger
88
9- jobs :
10- ping :
11- runs-on : ubuntu-latest
12- steps :
13- - name : Send HTTP request
14- run : |
15- curl -s -o /dev/null -w "%{http_code}" https://innfinity.onrender.com/
16- - name : Check time
17- run : date
9+ # jobs:
10+ # ping:
11+ # runs-on: ubuntu-latest
12+ # steps:
13+ # - name: Send HTTP request
14+ # run: |
15+ # curl -s -o /dev/null -w "%{http_code}" https://innfinity.onrender.com/
16+ # - name: Check time
17+ # run: date
You can’t perform that action at this time.
0 commit comments