This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch nightly in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
commit 8eb609bbe56e1d7a8af1681dc3309ab47f91910c Author: kerr <[email protected]> AuthorDate: Tue Jan 30 11:39:19 2024 +0800 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: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
