diff --git a/.github/workflows/build-book-fr.yaml b/.github/workflows/build-book-fr.yaml index 499cd5f..b289e50 100644 --- a/.github/workflows/build-book-fr.yaml +++ b/.github/workflows/build-book-fr.yaml @@ -5,7 +5,7 @@ name: Translate New and Specific FR Content on: workflow_dispatch: schedule: - - cron: '15 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间6点15) + - cron: '20 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间6点15) permissions: contents: write diff --git a/.github/workflows/build-book-ja.yaml b/.github/workflows/build-book-ja.yaml index 3bd93c1..fdc423a 100644 --- a/.github/workflows/build-book-ja.yaml +++ b/.github/workflows/build-book-ja.yaml @@ -5,7 +5,7 @@ name: Translate New and Specific JA Content on: workflow_dispatch: schedule: - - cron: '20 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间早上6点20) + - cron: '30 22 * * *' # 每天 UTC 时间 0 点运行 (北京时间早上6点20) permissions: contents: write