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 f95beb9 commit 0b4f0f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ jobs:
run: pytest -s -vv --cov src --cov-report term-missing tests-integration/
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
- uses: 8398a7/action-slack@v2
with:
status: ${{ job.status }}
author_name: Integration Tests
only_mention_fail: here
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()
8 changes: 0 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ jobs:
flake8 --count --exit-zero --max-complexity=30 --max-line-length=120 --statistics src/
- name: Test
run: pytest -s -vv --cov src --cov-report term-missing tests/
- uses: 8398a7/action-slack@v2
with:
status: ${{ job.status }}
author_name: Unit Test
only_mention_fail: here
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()

0 comments on commit 0b4f0f7

Please sign in to comment.