Skip to content

Commit

Permalink
chore: remve gh-action slack notify
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Feb 13, 2025
1 parent 85176a9 commit f80db42
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.test_number }}
parallel: true
- name: Notify Slack of pipeline completion
uses: 8398a7/action-slack@v3
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
with:
status: ${{ job.status }}
text: Built on ${{ matrix.os }} - Ruby ${{ matrix.ruby-version }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

finish:
needs: test
Expand Down

0 comments on commit f80db42

Please sign in to comment.