mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
tools: skip running test-shared on deps changes
PR-URL: https://github.com/nodejs/node/pull/60433 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
parent
7d52d9c5cb
commit
515ca295fb
32
.github/workflows/test-shared.yml
vendored
32
.github/workflows/test-shared.yml
vendored
|
|
@ -8,6 +8,22 @@ on:
|
||||||
- .mailmap
|
- .mailmap
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- AUTHORS
|
- AUTHORS
|
||||||
|
- deps/ada/**
|
||||||
|
- deps/brotli/**
|
||||||
|
- deps/cares/**
|
||||||
|
- deps/corepack/**
|
||||||
|
- deps/icu-small/**
|
||||||
|
- deps/icu-tmp/**
|
||||||
|
- deps/llhttp/**
|
||||||
|
- deps/nghttp2/**
|
||||||
|
- deps/ngtcp2/**
|
||||||
|
- deps/openssl/*/**
|
||||||
|
- deps/simdjson/**
|
||||||
|
- deps/sqlite/**
|
||||||
|
- deps/uv/**
|
||||||
|
- deps/uvwasi/**
|
||||||
|
- deps/zlib/**
|
||||||
|
- deps/zstd/**
|
||||||
- doc/**
|
- doc/**
|
||||||
- .github/**
|
- .github/**
|
||||||
- '!.github/workflows/test-shared.yml'
|
- '!.github/workflows/test-shared.yml'
|
||||||
|
|
@ -22,6 +38,22 @@ on:
|
||||||
- .mailmap
|
- .mailmap
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- AUTHORS
|
- AUTHORS
|
||||||
|
- deps/ada/**
|
||||||
|
- deps/brotli/**
|
||||||
|
- deps/cares/**
|
||||||
|
- deps/corepack/**
|
||||||
|
- deps/icu-small/**
|
||||||
|
- deps/icu-tmp/**
|
||||||
|
- deps/llhttp/**
|
||||||
|
- deps/nghttp2/**
|
||||||
|
- deps/ngtcp2/**
|
||||||
|
- deps/openssl/*/**
|
||||||
|
- deps/simdjson/**
|
||||||
|
- deps/sqlite/**
|
||||||
|
- deps/uv/**
|
||||||
|
- deps/uvwasi/**
|
||||||
|
- deps/zlib/**
|
||||||
|
- deps/zstd/**
|
||||||
- doc/**
|
- doc/**
|
||||||
- .github/**
|
- .github/**
|
||||||
- '!.github/workflows/test-shared.yml'
|
- '!.github/workflows/test-shared.yml'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user