mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
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:
parent
dbe45b767b
commit
c586449f06
2
.github/workflows/build-tarball.yml
vendored
2
.github/workflows/build-tarball.yml
vendored
@ -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'
|
||||
|
||||
|
||||
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
@ -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'
|
||||
|
||||
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
@ -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'
|
||||
|
||||
|
||||
2
.github/workflows/test-shared.yml
vendored
2
.github/workflows/test-shared.yml
vendored
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user