Skip to content

Commit 2b8b153

Browse files
committed
remove slack notify from wf
1 parent a4ee038 commit 2b8b153

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@ jobs:
4141
USER_NUMBER: ${{ secrets.USER_NUMBER }}
4242
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
4343
run: ./vendor/bin/phpunit tests
44-
45-
- uses: Bandwidth/build-notify-slack-action@v2
46-
if: failure() && !github.event.pull_request.draft
47-
with:
48-
job-status: ${{ job.status }}
49-
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
50-
slack-channel: ${{ secrets.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)