Skip to content

Commit 703f7d0

Browse files
[CI] Run daily tests on pull requests in forks (#14713)
1 parent 47dbbd6 commit 703f7d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
jobs:
3131
stubtest-stdlib:
3232
name: "stubtest: stdlib"
33-
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
33+
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
@@ -58,7 +58,7 @@ jobs:
5858

5959
stubtest-third-party:
6060
name: "stubtest: third party"
61-
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
61+
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
6262
runs-on: ${{ matrix.os }}
6363
strategy:
6464
matrix:
@@ -110,7 +110,7 @@ jobs:
110110
111111
stub-uploader:
112112
name: stub_uploader tests
113-
if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
113+
if: ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule' }}
114114
runs-on: ubuntu-latest
115115
steps:
116116
- name: Checkout typeshed

0 commit comments

Comments
 (0)