Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/pytype_selfhost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check:
runs-on: 'ubuntu-latest'
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v2'
- name: 'pytypes checker'
Expand Down