Only run daily stubtest on python/typeshed repository (#6354)

This commit is contained in:
Sebastian Rittau
2021-11-22 16:35:35 +01:00
committed by GitHub
parent a7798f6060
commit 4c41f5d769

View File

@@ -13,6 +13,7 @@ env:
jobs:
stubtest-stdlib:
name: Check stdlib with stubtest
if: github.repository == 'python/typeshed'
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -36,6 +37,7 @@ jobs:
stubtest-third-party:
name: Check third party stubs with stubtest
if: github.repository == 'python/typeshed'
runs-on: ubuntu-latest
strategy:
matrix: