From 0781aa7db2e037256ee57e64bffc04ee2d8d79a0 Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 4 Jun 2026 15:46:28 +0800 Subject: [PATCH] feat: add schedule --- .github/workflows/sync-bailian-cli-skill-reference.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-bailian-cli-skill-reference.yml b/.github/workflows/sync-bailian-cli-skill-reference.yml index 0985876..8ebe564 100644 --- a/.github/workflows/sync-bailian-cli-skill-reference.yml +++ b/.github/workflows/sync-bailian-cli-skill-reference.yml @@ -14,6 +14,8 @@ on: branches: [main] paths: - "packages/cli/src/commands/catalog.ts" + schedule: + - cron: "30 20 * * *" workflow_dispatch: concurrency: