Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e71efb

Browse files
authored
Improve thedaily.yml workflow (#8737)
1 parent246f7e7 commit3e71efb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/daily.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
stubtest-stdlib:
1717
name:Check stdlib with stubtest
18-
if:github.repository == 'python/typeshed'
18+
if:${{github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
1919
runs-on:${{ matrix.os }}
2020
strategy:
2121
matrix:
@@ -38,7 +38,7 @@ jobs:
3838

3939
stubtest-third-party:
4040
name:Check third party stubs with stubtest
41-
if:github.repository == 'python/typeshed'
41+
if:${{github.repository == 'python/typeshed' || github.event_name == 'workflow_dispatch' }}
4242
runs-on:ubuntu-20.04
4343
strategy:
4444
matrix:
@@ -76,4 +76,5 @@ jobs:
7676
repo: "typeshed",
7777
title: `Stubtest failed on ${new Date().toDateString()}`,
7878
body: "Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml",
79+
labels: ["help wanted"],
7980
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp