We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f4e7b commit 0c8cb42Copy full SHA for 0c8cb42
.github/workflows/agent-runner.yml
@@ -2,7 +2,7 @@ name: Monitor Bills Agent
2
3
on:
4
schedule:
5
- - cron: '50 4 * * *' # Run daily at 4:50am UTC
+ - cron: '50 4 * * 0' # Run weekly at 4:50am UTC on Sundays (0)
6
workflow_dispatch: # Allow manual triggering also
7
push:
8
branches:
0 commit comments