From b7349976fbd42685d804fa4685489f6c5ae2c0bc Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Fri, 5 Jun 2026 10:13:36 +0800 Subject: [PATCH] feat: Change the workflow for synchronizing skills to be executed at 3 am tomorrow --- .github/workflows/sync-bailian-cli-skill-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-bailian-cli-skill-reference.yml b/.github/workflows/sync-bailian-cli-skill-reference.yml index 8ebe564..8401723 100644 --- a/.github/workflows/sync-bailian-cli-skill-reference.yml +++ b/.github/workflows/sync-bailian-cli-skill-reference.yml @@ -15,7 +15,7 @@ on: paths: - "packages/cli/src/commands/catalog.ts" schedule: - - cron: "30 20 * * *" + - cron: "0 19 * * *" workflow_dispatch: concurrency: