From a25164bda355250015c0ba6d8821f0d4b37abe7d Mon Sep 17 00:00:00 2001 From: pllimax Date: Thu, 23 Jul 2026 14:07:53 +0800 Subject: [PATCH] Shift nightly image build & pipeline schedule ahead by 2 hours (#32011) --- .github/workflows/nightly-test-npu.yml | 2 +- .github/workflows/release-docker-npu-nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-npu.yml b/.github/workflows/nightly-test-npu.yml index aed7af837..c261e66fc 100644 --- a/.github/workflows/nightly-test-npu.yml +++ b/.github/workflows/nightly-test-npu.yml @@ -1,7 +1,7 @@ name: Nightly Test (NPU) on: schedule: - - cron: '0 18 * * *' # Execute at 2:00 a.m. Beijing Time every day + - cron: '0 16 * * *' # Execute at 0:00 a.m. Beijing Time every day pull_request: branches: - main diff --git a/.github/workflows/release-docker-npu-nightly.yml b/.github/workflows/release-docker-npu-nightly.yml index 522be429c..4f18da42a 100644 --- a/.github/workflows/release-docker-npu-nightly.yml +++ b/.github/workflows/release-docker-npu-nightly.yml @@ -8,7 +8,7 @@ on: - 'docker/npu.Dockerfile' workflow_dispatch: schedule: - - cron: "0 16 * * *" # Execute at 0:00 a.m. Beijing Time every day + - cron: "0 14 * * *" # Execute at 10:00 p.m. Beijing Time every day concurrency: group: ${{ github.workflow }}-${{ github.sha }}