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/scheduled-claude-code-dependency-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Scheduled - Dependency Audit

on:
schedule:
# Run every 2 weeks (1st and 15th of each month) at 10 AM UTC
- cron: '0 10 1,15 * *'
# Run on the 1st of each month at 10 AM UTC
- cron: '0 10 1 * *'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-claude-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Scheduled - Code Quality Review

on:
schedule:
# Run every Sunday at 8 AM UTC
- cron: '0 8 * * 0'
# Run on the 1st of each month at 8 AM UTC
- cron: '0 8 1 * *'
workflow_dispatch:
inputs:
num_dirs:
Expand Down
Loading