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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 52ba5e8  HDDS-3818. Schedule daily 2 builds from master branch build 
(#1086)
52ba5e8 is described below

commit 52ba5e8b166e85df5a90fb0d7e042354287390aa
Author: Elek, Márton <[email protected]>
AuthorDate: Thu Jun 18 04:31:11 2020 +0200

    HDDS-3818. Schedule daily 2 builds from master branch build (#1086)
---
 .github/workflows/post-commit.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index da1ddec..6f1225c 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -14,7 +14,9 @@
 # limitations under the License.
 name: build-branch
 on:
-  - push
+  push:
+  schedule:
+    - cron: 30 0,12 * * *
 jobs:
   build:
     name: compile


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

Reply via email to