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

[causeway] branch master updated: CAUSEWAY-2445: CI build: just adding comments

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c313c27cfd CAUSEWAY-2445: CI build: just adding comments
c313c27cfd is described below

commit c313c27cfd815ea28de0973a55cac8844f243d97
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Mar 28 08:51:04 2023 +0200

    CAUSEWAY-2445: CI build: just adding comments
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 2a9a94cdf1..c77ca5996e 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -11,6 +11,11 @@ on:
       - spring6
 
 jobs:
+  # This is a matrix build {'java', 'javascript'}, 
+  # where only the 'java' part triggers the Maven build,
+  # and only the 'javascript' part triggers the CodeQL autobuild. 
+  # Those builds must run in between the "CodeQL: Initialize" and "CodeQL: Perform Analysis" steps!
+  # CodeQL can be disabled via SKIP_CODE_QL: true
   build:
     name: build-local-no-push
     runs-on: ubuntu-latest