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

Appearance settings

Commit 2700909

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
build: skip long-running Actions for README-only modifications
If the only file modified is README.md do not run test-linux or build-windows tasks. This will help streamline onboarding sessions but may help some other cases too. PR-URL: #40571 Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7c7f879 commit 2700909
Copy full SHA for 2700909

File tree

Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build-windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-windows.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build-windows
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "README.md"
57
types: [opened, synchronize, reopened, ready_for_review]
68
push:
79
branches:
@@ -10,6 +12,8 @@ on:
1012
- canary
1113
- v[0-9]+.x-staging
1214
- v[0-9]+.x
15+
paths-ignore:
16+
- "README.md"
1317

1418
env:
1519
PYTHON_VERSION: '3.10'
Collapse file

‎.github/workflows/test-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-linux.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: test-linux
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "README.md"
57
types: [opened, synchronize, reopened, ready_for_review]
68
push:
79
branches:
@@ -10,6 +12,8 @@ on:
1012
- canary
1113
- v[0-9]+.x-staging
1214
- v[0-9]+.x
15+
paths-ignore:
16+
- "README.md"
1317

1418
env:
1519
PYTHON_VERSION: '3.10'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.