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 97ed560

Browse filesBrowse files
committed
tools: skip unaffected GHA jobs for changes in test/internet
PR-URL: #60517 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent eca6227 commit 97ed560
Copy full SHA for 97ed560

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

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

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

Copy file name to clipboardExpand all lines: .github/workflows/build-tarball.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**.md'
99
- AUTHORS
1010
- doc/**
11+
- test/internet/**
1112
- .github/**
1213
- '!.github/workflows/build-tarball.yml'
1314
push:
@@ -20,6 +21,7 @@ on:
2021
- '**.md'
2122
- AUTHORS
2223
- doc/**
24+
- test/internet/**
2325
- .github/**
2426
- '!.github/workflows/build-tarball.yml'
2527

Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/test-linux.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths-ignore:
66
- .mailmap
77
- README.md
8+
- test/internet/**
89
- '*.nix'
910
- .github/**
1011
- '!.github/workflows/test-linux.yml'
@@ -18,6 +19,7 @@ on:
1819
paths-ignore:
1920
- .mailmap
2021
- README.md
22+
- test/internet/**
2123
- '*.nix'
2224
- .github/**
2325
- '!.github/workflows/test-linux.yml'
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/test-macos.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '*.nix'
1010
- AUTHORS
1111
- doc/**
12+
- test/internet/**
1213
- .github/**
1314
- '!.github/workflows/test-macos.yml'
1415
push:
@@ -23,6 +24,7 @@ on:
2324
- '*.nix'
2425
- AUTHORS
2526
- doc/**
27+
- test/internet/**
2628
- .github/**
2729
- '!.github/workflows/test-macos.yml'
2830

Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/test-shared.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- deps/zlib/**
2626
- deps/zstd/**
2727
- doc/**
28+
- test/internet/**
2829
- .github/**
2930
- '!.github/workflows/test-shared.yml'
3031
types: [opened, synchronize, reopened, ready_for_review]
@@ -55,6 +56,7 @@ on:
5556
- deps/zlib/**
5657
- deps/zstd/**
5758
- doc/**
59+
- test/internet/**
5860
- .github/**
5961
- '!.github/workflows/test-shared.yml'
6062

0 commit comments

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