Skip to content

Commit 93a0e33

Browse files
authored
Create half-hourly-ping.yml
1 parent 103487a commit 93a0e33

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Simulated daily request to your render project so that the service doesn't go down
2+
name: Half-hourly render ping
3+
4+
on:
5+
schedule:
6+
- cron: '*/30 * * * *' # Runs every 30 minutes (UTC)
7+
workflow_dispatch: # Allows manual triggering
8+
9+
jobs:
10+
curl-website:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Run cURL on Website
15+
run: curl -I https://codifier-xrzs.onrender.com/

0 commit comments

Comments
 (0)