Skip to content

Commit

Permalink
chore: stop posting to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Feb 9, 2023
1 parent 1d0287b commit 5b89ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,5 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Notify Slack of pipeline completion
uses: 8398a7/action-slack@v2
if: always()
with:
status: ${{ job.status }}
author_name: Github Action
text: Build on Node SDK ${{ matrix.node-version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
8 changes: 0 additions & 8 deletions .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,5 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Notify Slack of pipeline completion
uses: 8398a7/action-slack@v2
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
with:
status: ${{ job.status }}
author_name: Github Action
text: PR built on Node SDK ${{ matrix.node-version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 5b89ae2

Please sign in to comment.