Skip to content

Commit 70b1c28

Browse files
authored
Update main.yml to run cron every day at midnight
1 parent 0889333 commit 70b1c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Ping Supabase to Prevent Pausing
22

33
on:
44
schedule:
5-
- cron: '0 9 * * 1,4' # Runs at 9:00 AM UTC every Monday and Thursday
5+
- cron: '0 0 * * *' # Runs at 12:00 AM UTC every day
66
workflow_dispatch: # Allows manual triggering from the GitHub UI
77

88
jobs:

0 commit comments

Comments
 (0)