Skip to content

Commit e7e951b

Browse files
Update ci.yml
1 parent 221edb2 commit e7e951b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
- run: npm test
2424
- name: action-slack
2525
uses: 8398a7/[email protected]
26-
if: ${{ github.event_name != 'pull_request'}}
2726
with:
2827
status: ${{ job.status }}
2928
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
3029
env:
3130
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
32-
if: always()
31+
if: ${{ github.event_name != 'pull_request'}}

0 commit comments

Comments
 (0)