[CI] Run daily tests on pull requests in forks (#14713)

This commit is contained in:
Brian Schubert
2025-09-14 21:28:50 -04:00
committed by GitHub
parent 47dbbd6c91
commit 703f7d074c
+3 -3
View File
@@ -30,7 +30,7 @@ env:
jobs:
stubtest-stdlib:
name: "stubtest: stdlib"
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -58,7 +58,7 @@ jobs:
stubtest-third-party:
name: "stubtest: third party"
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -110,7 +110,7 @@ jobs:
stub-uploader:
name: stub_uploader tests
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
runs-on: ubuntu-latest
steps:
- name: Checkout typeshed