From 8eb609bbe56e1d7a8af1681dc3309ab47f91910c Mon Sep 17 00:00:00 2001 From: kerr Date: Tue, 30 Jan 2024 11:39:19 +0800 Subject: [PATCH] chore: Schedule build at 2 AM --- .github/workflows/nightly-snapshot-dependency-test.yml | 2 +- .github/workflows/publish-nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-snapshot-dependency-test.yml b/.github/workflows/nightly-snapshot-dependency-test.yml index c79f40ef..f7a11028 100644 --- a/.github/workflows/nightly-snapshot-dependency-test.yml +++ b/.github/workflows/nightly-snapshot-dependency-test.yml @@ -2,7 +2,7 @@ name: Nightly Snapshot Dependency Test on: schedule: - - cron: "0 1 * * *" + - cron: "0 2 * * *" workflow_dispatch: jobs: diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index 85f40275..2cf56de3 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -2,7 +2,7 @@ name: Publish Nightly on: schedule: - - cron: "0 1 * * *" + - cron: "0 2 * * *" workflow_dispatch: jobs: