File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
stubtest-stdlib :
17
17
name : Check stdlib with stubtest
18
- if : github.repository == 'python/typeshed'
18
+ if : ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
19
19
runs-on : ${{ matrix.os }}
20
20
strategy :
21
21
matrix :
38
38
39
39
stubtest-third-party :
40
40
name : Check third party stubs with stubtest
41
- if : github.repository == 'python/typeshed'
41
+ if : ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
42
42
runs-on : ubuntu-20.04
43
43
strategy :
44
44
matrix :
76
76
repo: "typeshed",
77
77
title: `Stubtest failed on ${new Date().toDateString()}`,
78
78
body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml",
79
+ labels: ["help wanted"],
79
80
})
You can’t perform that action at this time.
0 commit comments