This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 294b9e70 chore: Schedule build at 2 AM
294b9e70 is described below

commit 294b9e709cc51600712aa21c6b6e3bfb006f36bc
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]

Reply via email to