Skip to content

Commit 0c8cb42

Browse files
authored
Change schedule to run weekly on Sundays
1 parent c7f4e7b commit 0c8cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agent-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Monitor Bills Agent
22

33
on:
44
schedule:
5-
- cron: '50 4 * * *' # Run daily at 4:50am UTC
5+
- cron: '50 4 * * 0' # Run weekly at 4:50am UTC on Sundays (0)
66
workflow_dispatch: # Allow manual triggering also
77
push:
88
branches:

0 commit comments

Comments
 (0)