Skip to content

Commit

Permalink
removes ci slack notifications in favor of integration subscriptions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AGS4NO authored Jan 10, 2024
1 parent 1b3aef3 commit 9a8d8e9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,3 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- run: vendor/bin/phpunit --coverage-clover=coverage.xml

slack-workflow-status:
if: always()
name: Post Workflow Status To Slack
needs:
- test
runs-on: ubuntu-latest
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL_DEVELOPMENT}}

0 comments on commit 9a8d8e9

Please sign in to comment.