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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 3bb10e47f chore: Do nightly build at 3 AM. (#426)
3bb10e47f is described below
commit 3bb10e47f959a19db57161f6ea3e5821279f0db4
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Tue Jan 30 10:04:07 2024 +0800
chore: Do nightly build at 3 AM. (#426)
---
.github/workflows/nightly-builds.yaml | 2 +-
.github/workflows/nightly-pekko-1.1-builds.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index 85d88c57c..46ded6912 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -2,7 +2,7 @@ name: Nightly Builds
on:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 3 * * *"
workflow_dispatch:
permissions: {}
diff --git a/.github/workflows/nightly-pekko-1.1-builds.yaml
b/.github/workflows/nightly-pekko-1.1-builds.yaml
index fbbc05c6d..8c430160e 100644
--- a/.github/workflows/nightly-pekko-1.1-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.1-builds.yaml
@@ -2,7 +2,7 @@ name: Nightly Pekko 1.1 Builds
on:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 3 * * *"
workflow_dispatch:
permissions: {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]