From 591b0fa1beeb0ffb1bd05ce123f65bc3975e91ed Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 25 May 2021 15:26:33 +0300 Subject: [PATCH] Disable Shutzbot in favor of GitLab CI --- .github/workflows/tests.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a07d7ac8..a64051798 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,17 +55,6 @@ jobs: - name: Send coverage to codecov.io run: bash <(curl -s https://codecov.io/bash) - - name: Trigger Schutzbot - env: - EVENT_NAME: ${{ github.event_name }} - WEBHOOK_PAYLOAD: ${{ toJSON(github.event) }} - SQS_REGION: us-east-1 - SQS_QUEUE_URL: "https://sqs.us-east-1.amazonaws.com/933752197999/schutzbot_webhook_sqs-staging" - run: | - #!/bin/bash - pip3 install boto3 botocore - schutzbot/send_webhook.py - shellcheck: name: "🐚 Shellcheck" runs-on: ubuntu-20.04