From 9fde77a95cdce20fa37c20ac139ec30486de6625 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 7 Mar 2023 12:18:28 +0100 Subject: [PATCH] Temporarily removed Slack notification from failed browser tests - this is becoming far too noisy and there are some dependency issues we need to fix first --- .github/workflows/browser-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 377edebe0f..318e0dec31 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -80,13 +80,6 @@ jobs: STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} STRIPE_ACCOUNT_ID: ${{ secrets.STRIPE_ACCOUNT_ID }} - - uses: daniellockyer/action-slack-build@master - if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' - with: - status: ${{ job.status }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - - uses: actions/upload-artifact@v3 if: always() with: