Skip to content

Commit

Permalink
fix: remove slack from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Sep 20, 2024
1 parent 936fcbb commit b1b337a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
branches: [ master ]

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
test-postgres:
runs-on: ubuntu-latest
Expand All @@ -32,9 +29,4 @@ jobs:
up
--build
--quiet-pull
--exit-code-from tester
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: always()
--exit-code-from tester

0 comments on commit b1b337a

Please sign in to comment.