Skip to content

Commit c586449

Browse files
authored
tools: skip unaffected GHA jobs for changes in test/internet
PR-URL: #60517 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent dbe45b7 commit c586449

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build-tarball.yml

Lines 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

.github/workflows/test-linux.yml

Lines 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'

.github/workflows/test-macos.yml

Lines 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

.github/workflows/test-shared.yml

Lines 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)