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 <[email protected]>
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: [email protected]
+

Reply via email to