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:25 UTC

[causeway] branch master updated (126975f961 -> b006fd13a6)

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

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


    from 126975f961 Merge pull request #1487 from apache/CAUSEWAY-3377
     new 33be93e597 CAUSEWAY-3253: updates .yml for nightly build before re-enable
     new b006fd13a6 CAUSEWAY-3253: changes from nightly to weekly build

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-build-artifacts-push-maven.yml | 6 +++---
 .github/workflows/ci-build-site-no-push.yml         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[causeway] 01/02: CAUSEWAY-3253: updates .yml for nightly build before re-enable

Posted by da...@apache.org.
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 33be93e597f2202cf252bc2542ee60d2b0fcb571
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 16 06:32:57 2023 +0000

    CAUSEWAY-3253: updates .yml for nightly build before re-enable
---
 .github/workflows/ci-build-site-no-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml
index 1a7c180051..f93addc3f9 100644
--- a/.github/workflows/ci-build-site-no-push.yml
+++ b/.github/workflows/ci-build-site-no-push.yml
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       # to be shared among all steps of this job
-      BASELINE: 2.0.0-M7
+      BASELINE: 2.0.0-M9
       PROJECT_ROOT_PATH: ${{ github.workspace }}
       CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
       ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks


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

Posted by da...@apache.org.
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: