We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ee038 commit 2b8b153Copy full SHA for 2b8b153
1 file changed
.github/workflows/test.yml
@@ -41,10 +41,3 @@ jobs:
41
USER_NUMBER: ${{ secrets.USER_NUMBER }}
42
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
43
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