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/04/16 20:12:17 UTC

[creadur-rat] branch master updated: Add notification if GHA build fails

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 cde161a4 Add notification if GHA build fails
cde161a4 is described below

commit cde161a4daf44677679721ab5118b61a68d2d3d7
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sat Apr 16 22:12:11 2022 +0200

    Add notification if GHA build fails
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9cf5a655..2e093b49 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -52,3 +52,6 @@ jobs:
       - name: Build with Maven
         run: mvn -e -B -V clean package site
 
+notifications:
+   jobs: commits@creadur.apache.org
+