From 687fcc2829564c408881ea9c7bd6ded34500a4ae Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 15 Jun 2023 15:46:45 +0200 Subject: [PATCH] disable mypy job for now --- .github/workflows/linting-and-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linting-and-tests.yml b/.github/workflows/linting-and-tests.yml index 1030320f..0cf29768 100644 --- a/.github/workflows/linting-and-tests.yml +++ b/.github/workflows/linting-and-tests.yml @@ -283,6 +283,8 @@ jobs: mypy: name: "mypy" + # disable until we fix all the pre-existing errors (aka https://github.com/grafana/oncall/issues/2168 is marked as completed) + if: ${{ false }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3