◐ Shell
clean mode source ↗

tools: skip unaffected GHA jobs for changes in `test/internet` · nodejs/node@97ed560

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

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