disable mypy job for now

This commit is contained in:
Joey Orlando 2023-06-15 15:46:45 +02:00
parent 0b926f8721
commit 687fcc2829
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -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