mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
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:
parent
b3d36709ab
commit
9fde77a95c
7
.github/workflows/browser-tests.yml
vendored
7
.github/workflows/browser-tests.yml
vendored
@ -80,13 +80,6 @@ jobs:
|
|||||||
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
||||||
STRIPE_ACCOUNT_ID: ${{ secrets.STRIPE_ACCOUNT_ID }}
|
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
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user