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

Commit4e36376

Browse files
authored
bpo-40548: Always run GitHub action, even on doc PRs (pythonGH-19981)
Always run GitHub action jobs, even on documentation-only pullrequests. So it will be possible to make a GitHub action job, likethe Windows (64-bit) job, mandatory.
1 parentc068b53 commit4e36376

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
name:Tests
22

3+
# bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because
4+
# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
5+
# mandatory but not scheduled because of "paths-ignore".
36
on:
47
push:
58
branches:
69
-master
710
-3.8
811
-3.7
9-
paths-ignore:
10-
-'Doc/**'
11-
-'Misc/**'
12-
-'**/*.md'
13-
-'**/*.rst'
1412
pull_request:
1513
branches:
1614
-master
1715
-3.8
1816
-3.7
19-
paths-ignore:
20-
-'Doc/**'
21-
-'Misc/**'
22-
-'**/*.md'
23-
-'**/*.rst'
2417

2518
jobs:
2619
build_win32:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp