You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/05/05 10:11:54 UTC

[creadur-rat] branch master updated: Disable new workflow feature with notifications as GHA complains

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 99ad77f4 Disable new workflow feature with notifications as GHA complains
99ad77f4 is described below

commit 99ad77f459a8325a9f5233e8c018ee5c9340cc33
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu May 5 12:11:49 2022 +0200

    Disable new workflow feature with notifications as GHA complains
---
 .github/workflows/maven.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2e093b49..65ce5633 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -52,6 +52,8 @@ jobs:
       - name: Build with Maven
         run: mvn -e -B -V clean package site
 
-notifications:
-   jobs: commits@creadur.apache.org
+# as of 20220505:  Invalid workflow file
+# The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1): Unexpected value 'notifications'
+#notifications:
+#   jobs: commits@creadur.apache.org