mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-20 18:14:26 +08:00
Run the unused stubtest check only on python/typeshed (#4240)
Without this check, it is run on daily on every personal fork.
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stubtest:
|
||||
if: github.repository == 'python/typeshed'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -33,6 +34,7 @@ jobs:
|
||||
path: stubtest-output-${{ matrix.os }}-${{ matrix.python-version }}
|
||||
|
||||
collate:
|
||||
if: github.repository == 'python/typeshed'
|
||||
runs-on: ubuntu-latest
|
||||
needs: stubtest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user