Skip to content

Commit ee41b68

Browse files
committed
chore: reduce skill sync polling cadence
1 parent 2f6c841 commit ee41b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-agent-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync agent-skills release
22

33
on:
44
schedule:
5-
- cron: "17 */6 * * *"
5+
- cron: "17 9 * * 1"
66
workflow_dispatch:
77
inputs:
88
release_tag:

0 commit comments

Comments
 (0)