Skip to content

Commit 511b560

Browse files
authored
Update ci.yml
Remove slack-workflow-status in favor of subscribing to events in Slack.
1 parent 7e51706 commit 511b560

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

-14
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,3 @@ jobs:
6161
key: ${{ runner.os }}-erlang-${{ matrix.otp_version }}-${{ hashFiles('**/*rebar.lock') }}
6262

6363
- run: make test
64-
65-
slack-workflow-status:
66-
if: always()
67-
name: Post Workflow Status To Slack
68-
needs:
69-
- build
70-
- test
71-
runs-on: ubuntu-latest
72-
steps:
73-
- name: Slack Workflow Notification
74-
uses: Gamesight/slack-workflow-status@master
75-
with:
76-
repo_token: ${{secrets.GITHUB_TOKEN}}
77-
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL_DEVELOPMENT}}

0 commit comments

Comments
 (0)