Skip to content

Commit 9aba5e2

Browse files
andygrunwaldclaude
andcommitted
Change podcast-data schedule to twice a month
The data update workflow previously ran three times a week (Monday, Wednesday, Friday). The podcast data changes infrequently, so this cadence produced more runs and generated commits than necessary. Reduce it to twice a month — the 2nd and the 16th at 04:00 UTC — to keep the generated content reasonably fresh while cutting noise. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 96e4bd3 commit 9aba5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/podcast-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
workflow_dispatch:
88
schedule:
9-
- cron: "5 11 * * 1,3,5" # Run at 04:05 on Monday, Wednesday, and Friday.
9+
- cron: "0 4 2,16 * *" # Run at 04:00 UTC on the 2nd and 16th of each month.
1010

1111
jobs:
1212
data_workflow:

0 commit comments

Comments
 (0)