We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e51706 commit 511b560Copy full SHA for 511b560
.github/workflows/ci.yml
@@ -61,17 +61,3 @@ jobs:
61
key: ${{ runner.os }}-erlang-${{ matrix.otp_version }}-${{ hashFiles('**/*rebar.lock') }}
62
63
- 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