Skip to content

Instantly share code, notes, and snippets.

View theinterestingdev's full-sized avatar
🎯
Focusing

Kartik Sharma theinterestingdev

🎯
Focusing
  • India
View GitHub Profile
@theinterestingdev
theinterestingdev / daily-ping.yml
Last active September 4, 2025 08:05 — forked from aremu-smog/daily-ping.yml
Daily Ping
name: Daily render ping
on:
schedule:
- cron: '0 23 * * *' # Runs daily at 23:00 UTC, which is midnight GMT+1
workflow_dispatch: # Allows manual triggering
jobs:
curl-website:
runs-on: ubuntu-latest