Skip to content

Commit 4c41f5d

Browse files
authored
Only run daily stubtest on python/typeshed repository (#6354)
1 parent a7798f6 commit 4c41f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stubtest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
jobs:
1414
stubtest-stdlib:
1515
name: Check stdlib with stubtest
16+
if: github.repository == 'python/typeshed'
1617
runs-on: ${{ matrix.os }}
1718
strategy:
1819
matrix:
@@ -36,6 +37,7 @@ jobs:
3637

3738
stubtest-third-party:
3839
name: Check third party stubs with stubtest
40+
if: github.repository == 'python/typeshed'
3941
runs-on: ubuntu-latest
4042
strategy:
4143
matrix:

0 commit comments

Comments
 (0)