Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Oct 4, 2021
1 parent 221edb2 commit e7e951b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
- run: npm test
- name: action-slack
uses: 8398a7/action-slack@v3.8.0
if: ${{ github.event_name != 'pull_request'}}
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()
if: ${{ github.event_name != 'pull_request'}}

0 comments on commit e7e951b

Please sign in to comment.