0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Revert "Temporarily removed Slack notification from failed browser tests"

This reverts commit 9fde77a95c.
This commit is contained in:
Daniel Lockyer 2023-03-09 10:30:41 +01:00
parent d7a3e961c6
commit 0c6a0c64d1
No known key found for this signature in database

View file

@ -80,6 +80,13 @@ 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: