From b1b337a614149a598c93ce2fc7fa0cb549994ab4 Mon Sep 17 00:00:00 2001 From: sbgap Date: Fri, 20 Sep 2024 11:20:31 +0200 Subject: [PATCH] fix: remove slack from test workflow --- .github/workflows/tests.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81c62a8e..6fc94b2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,9 +5,6 @@ on: pull_request: branches: [ master ] -env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - jobs: test-postgres: runs-on: ubuntu-latest @@ -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 \ No newline at end of file