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
This commit is contained in:
Daniel Lockyer 2023-03-07 12:18:28 +01:00
parent b3d36709ab
commit 9fde77a95c
No known key found for this signature in database

View File

@ -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: