Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check_completions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check Task Completions

on:
schedule:
- cron: '0 */2 * * *' # Every 2 hours
# schedule:
# - cron: '0 */2 * * *' # Every 2 hours
workflow_dispatch: # Manual trigger from GitHub UI

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/process_comments.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Process Task Comments

on:
schedule:
- cron: '0 */2 * * *' # Every 2 hours
# schedule:
# - cron: '0 */2 * * *' # Every 2 hours
workflow_dispatch: # Manual trigger from GitHub UI

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_agent.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run Email Agent

on:
schedule:
- cron: '0 */2 * * *' # Every 2 hours
# schedule:
# - cron: '0 */2 * * *' # Every 2 hours
workflow_dispatch: # Manual trigger from GitHub UI

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/send_digest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Send Daily Digest

on:
schedule:
- cron: '0 7 * * *' # Daily at 7:00 AM UTC
# schedule:
# - cron: '0 7 * * *' # Daily at 7:00 AM UTC
workflow_dispatch: # Manual trigger from GitHub UI

jobs:
Expand Down
Loading