Skip to content

Commit

Permalink
[TASK] Remove slack notifications for workflow runs
Browse files Browse the repository at this point in the history
GitOrigin-RevId: bc76d8ac317f8ab01f57362aa29e2acc3939317d
  • Loading branch information
mckornfield committed Oct 23, 2024
1 parent 3663930 commit 033dedd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,3 @@ jobs:
python -m pip install tox
- name: flake8
run: tox -e flake8

notify:
needs: [unit-tests, style-checks]
if: always()
runs-on: ubuntu-20.04
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: 8398a7/action-slack@v2
with:
status: ${{ env.WORKFLOW_CONCLUSION }}
author_name: Branch Checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 033dedd

Please sign in to comment.