File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
jobs :
31
31
stubtest-stdlib :
32
32
name : " stubtest: stdlib"
33
- if : ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch ' }}
33
+ if : ${{ github.repository == 'python/typeshed' || github.event_name != 'schedule ' }}
34
34
runs-on : ${{ matrix.os }}
35
35
strategy :
36
36
matrix :
58
58
59
59
stubtest-third-party :
60
60
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 ' }}
62
62
runs-on : ${{ matrix.os }}
63
63
strategy :
64
64
matrix :
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
stub-uploader :
112
112
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 ' }}
114
114
runs-on : ubuntu-latest
115
115
steps :
116
116
- name : Checkout typeshed
You can’t perform that action at this time.
0 commit comments