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 3030jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments