Skip to content

Commit 4db6ecc

Browse files
authored
Update test schedule of cron.yml
1 parent d9ba5aa commit 4db6ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.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: '*/5 * * * *' # Runs at 9:00 AM every Monday and Thursday
5+
- cron: '0 9 * * 1,4' # Runs at 9:00 AM every Monday and Thursday
66
workflow_dispatch: # Allows manual triggering of the workflow
77

88
jobs:

0 commit comments

Comments
 (0)