Skip to content

Instantly share code, notes, and snippets.

View shashi1iitk's full-sized avatar
🎯
Focusing

Shashi Ranjan shashi1iitk

🎯
Focusing
  • Tokyo, Japan
View GitHub Profile
@shashi1iitk
shashi1iitk / daily-ping.yml
Created October 3, 2025 11:42 — forked from aremu-smog/daily-ping.yml
Daily Ping
# Simulated daily request to your render project so that the service doesn't go down
name: Daily render ping
on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
workflow_dispatch: # Allows manual triggering
jobs:
curl-website: