Skip to content

Commit f14a4ac

Browse files
authored
Update keep-alive.yml
1 parent c21e708 commit f14a4ac

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/keep-alive.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

0 commit comments

Comments
 (0)