We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
daily.yml
1 parent 246f7e7 commit 3e71efbCopy full SHA for 3e71efb
.github/workflows/daily.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
stubtest-stdlib:
17
name: Check stdlib with stubtest
18
- if: github.repository == 'python/typeshed'
+ if: ${{ github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
@@ -38,7 +38,7 @@ jobs:
38
39
stubtest-third-party:
40
name: Check third party stubs with stubtest
41
42
runs-on: ubuntu-20.04
43
44
@@ -76,4 +76,5 @@ jobs:
76
repo: "typeshed",
77
title: `Stubtest failed on ${new Date().toDateString()}`,
78
body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml",
79
+ labels: ["help wanted"],
80
})
0 commit comments