You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/16 06:36:27 UTC

[causeway] 02/02: CAUSEWAY-3253: changes from nightly to weekly build

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit b006fd13a650eca4f17a1f7954af3004565acd67
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 16 06:36:12 2023 +0000

    CAUSEWAY-3253: changes from nightly to weekly build
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index f84650738e..a06a82d38d 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -1,10 +1,10 @@
-name: Apache Causeway Nightly Build
+name: Apache Causeway Weekly Build
 
 on:
   workflow_dispatch:
   schedule:
-    # daily 02:00 (UTC) in the morning
-    - cron: '0 2 * * *'
+    # daily 02:00 (UTC) on Sunday morning
+    - cron: '0 2 * * 0'
 
 jobs:
   build: