tools: skip unaffected GHA jobs for changes in test/internet

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Antoine du Hamel 2025-11-02 18:40:23 +01:00 committed by GitHub
parent dbe45b767b
commit c586449f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
- '**.md'
- AUTHORS
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/build-tarball.yml'
push:
@ -20,6 +21,7 @@ on:
- '**.md'
- AUTHORS
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/build-tarball.yml'

View File

@ -5,6 +5,7 @@ on:
paths-ignore:
- .mailmap
- README.md
- test/internet/**
- '*.nix'
- .github/**
- '!.github/workflows/test-linux.yml'
@ -18,6 +19,7 @@ on:
paths-ignore:
- .mailmap
- README.md
- test/internet/**
- '*.nix'
- .github/**
- '!.github/workflows/test-linux.yml'

View File

@ -9,6 +9,7 @@ on:
- '*.nix'
- AUTHORS
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/test-macos.yml'
push:
@ -23,6 +24,7 @@ on:
- '*.nix'
- AUTHORS
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/test-macos.yml'

View File

@ -25,6 +25,7 @@ on:
- deps/zlib/**
- deps/zstd/**
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/test-shared.yml'
types: [opened, synchronize, reopened, ready_for_review]
@ -55,6 +56,7 @@ on:
- deps/zlib/**
- deps/zstd/**
- doc/**
- test/internet/**
- .github/**
- '!.github/workflows/test-shared.yml'