Browse Source

Merge branch 'master' into candidate-8.0.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
5c12f5fc29
1 changed files with 0 additions and 12 deletions
  1. 0 12
      .github/workflows/nightly-publish.yml

+ 0 - 12
.github/workflows/nightly-publish.yml

@@ -23,16 +23,4 @@ jobs:
           build_ver: "master"
           build_label: "master-${{ steps.vars.outputs.date }}"
 
-      - name: Notify on failure
-        uses: hpcc-systems/action-send-mail@v2
-        if: ${{ failure() }}
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.GMAIL_USER}}
-          password: ${{secrets.GMAIL_PW}}
-          subject: Github Actions job result
-          body: Build job of ${{github.repository}} failed!
-          to: ${{secrets.GMAIL_RECIPIENTS}}
-          from: Github Actions