disable mypy job for now
This commit is contained in:
parent
0b926f8721
commit
687fcc2829
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linting-and-tests.yml
vendored
2
.github/workflows/linting-and-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue