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:
parent
d7a3e961c6
commit
0c6a0c64d1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/browser-tests.yml
vendored
7
.github/workflows/browser-tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue