Skip to content

Commit 98f3774

Browse files
xkcodingclaude
andcommitted
Update workflow schedule to run twice daily
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 63a8b2d commit 98f3774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update README cards
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *" # Runs once daily at midnight
5+
- cron: "0 */12 * * *" # Runs twice daily
66
workflow_dispatch: # Allow manual trigger
77

88
permissions: {}

0 commit comments

Comments
 (0)