mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05: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
1 changed files with 0 additions and 7 deletions
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…
Add table
Reference in a new issue