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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 8836b507e chore: Schedule the build at 1.30 AM
8836b507e is described below

commit 8836b507e51dd1eaaaa328f67032c122cce9a9dd
Author: He-Pin <[email protected]>
AuthorDate: Tue Jan 30 11:33:19 2024 +0800

    chore: Schedule the build at 1.30 AM
---
 .github/workflows/nightly.yml               | 2 +-
 .github/workflows/publish-1.0-snapshots.yml | 2 +-
 .github/workflows/publish.yml               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index dca7e4030..4fd2f52d2 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -2,7 +2,7 @@ name: Nightly Builds
 
 on:
   schedule:
-    - cron: "0 2 * * *"
+    - cron: "30 1 * * *"
   workflow_dispatch:
 
 jobs:
diff --git a/.github/workflows/publish-1.0-snapshots.yml 
b/.github/workflows/publish-1.0-snapshots.yml
index 9063ea7cc..a08b98b1c 100644
--- a/.github/workflows/publish-1.0-snapshots.yml
+++ b/.github/workflows/publish-1.0-snapshots.yml
@@ -2,7 +2,7 @@ name: Publish nightly 1.0 snapshots
 
 on:
   schedule:
-    - cron: "0 3 * * *"
+    - cron: "30 1 * * *"
   workflow_dispatch:
 
 jobs:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 62c816958..69e0be6c2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish nightly snapshots and documentation
 
 on:
   schedule:
-    - cron: "0 3 * * *"
+    - cron: "30 1 * * *"
   workflow_dispatch:
 
 jobs:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to