mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Disabled Slack notifications for now
no issue - the Action we were using was super verbose so get rid of it for now
This commit is contained in:
parent
c8351720b1
commit
5595408c97
1 changed files with 14 additions and 14 deletions
28
.github/workflows/test.yml
vendored
28
.github/workflows/test.yml
vendored
|
@ -48,13 +48,13 @@ jobs:
|
|||
- run: grunt test-unit --verbose
|
||||
- run: grunt test-regression --verbose
|
||||
|
||||
- uses: 8398a7/action-slack@v3
|
||||
if: ${{ failure() }} && github.ref == 'refs/heads/master'
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
fields: repo,message,commit,author,ref
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
#- uses: 8398a7/action-slack@v3
|
||||
# if: ${{ failure() }} && github.ref == 'refs/heads/master'
|
||||
# with:
|
||||
# status: ${{ job.status }}
|
||||
# fields: repo,message,commit,author,ref
|
||||
# env:
|
||||
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
||||
ghost-cli:
|
||||
name: Ghost-CLI
|
||||
|
@ -88,10 +88,10 @@ jobs:
|
|||
ghost install v2 --local -d $DIR
|
||||
ghost update -f -d $DIR --zip $GITHUB_WORKSPACE/ghost.zip
|
||||
|
||||
- uses: 8398a7/action-slack@v3
|
||||
if: ${{ failure() }} && github.ref == 'refs/heads/master'
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
fields: repo,message,commit,author,ref
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
#- uses: 8398a7/action-slack@v3
|
||||
# if: ${{ failure() }} && github.ref == 'refs/heads/master'
|
||||
# with:
|
||||
# status: ${{ job.status }}
|
||||
# fields: repo,message,commit,author,ref
|
||||
# env:
|
||||
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
|
Loading…
Add table
Reference in a new issue