Commit 2700909
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 2700909Copy full SHA for 2700909
File tree
Expand file treeCollapse file tree
2 files changed
+8
-0
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
2 files changed
+8
-0
lines changedOpen 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 number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
| 6 | + |
5 | 7 | |
6 | 8 | |
7 | 9 | |
| ||
10 | 12 | |
11 | 13 | |
12 | 14 | |
| 15 | + |
| 16 | + |
13 | 17 | |
14 | 18 | |
15 | 19 | |
|
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
| 6 | + |
5 | 7 | |
6 | 8 | |
7 | 9 | |
| ||
10 | 12 | |
11 | 13 | |
12 | 14 | |
| 15 | + |
| 16 | + |
13 | 17 | |
14 | 18 | |
15 | 19 | |
|
0 commit comments