浏览代码

Merge branch 'master' into candidate-8.0.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父节点
当前提交
5c12f5fc29
共有 1 个文件被更改,包括 0 次插入12 次删除
  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