summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e357e3ad2e..3537d22c2b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -58,3 +58,15 @@ jobs:
if: matrix.test_task != 'check'
- name: Leaked Globals
run: make -s leaked-globals
+ - uses: 8398a7/action-slack@v1
+ with:
+ type: success
+ env:
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+ if: success()
+ - uses: 8398a7/action-slack@v1
+ with:
+ type: failure
+ env:
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+ if: failure()