mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
tools: ignore more paths in GHA CI
PR-URL: https://github.com/nodejs/node/pull/60920 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
parent
987740399d
commit
5879e9b257
44
.github/workflows/build-tarball.yml
vendored
44
.github/workflows/build-tarball.yml
vendored
@ -4,13 +4,29 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- '**.nix'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/actions/**
|
||||
- tools/bootstrap/**
|
||||
- tools/dep_updaters/**
|
||||
- tools/doc/**
|
||||
- tools/eslint-rules/**
|
||||
- tools/eslint/**
|
||||
- tools/lint-md/**
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/build-tarball.yml'
|
||||
push:
|
||||
branches:
|
||||
@ -18,13 +34,29 @@ on:
|
||||
- v[0-9]+.x-staging
|
||||
- v[0-9]+.x
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- '**.nix'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/actions/**
|
||||
- tools/bootstrap/**
|
||||
- tools/dep_updaters/**
|
||||
- tools/doc/**
|
||||
- tools/eslint-rules/**
|
||||
- tools/eslint/**
|
||||
- tools/lint-md/**
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/build-tarball.yml'
|
||||
|
||||
concurrency:
|
||||
|
||||
44
.github/workflows/test-macos.yml
vendored
44
.github/workflows/test-macos.yml
vendored
@ -4,13 +4,29 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- '**.nix'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/actions/**
|
||||
- tools/bootstrap/**
|
||||
- tools/dep_updaters/**
|
||||
- tools/doc/**
|
||||
- tools/eslint-rules/**
|
||||
- tools/eslint/**
|
||||
- tools/lint-md/**
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/test-macos.yml'
|
||||
push:
|
||||
branches:
|
||||
@ -19,13 +35,29 @@ on:
|
||||
- v[0-9]+.x-staging
|
||||
- v[0-9]+.x
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- '**.nix'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/actions/**
|
||||
- tools/bootstrap/**
|
||||
- tools/dep_updaters/**
|
||||
- tools/doc/**
|
||||
- tools/eslint-rules/**
|
||||
- tools/eslint/**
|
||||
- tools/lint-md/**
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/test-macos.yml'
|
||||
|
||||
concurrency:
|
||||
|
||||
40
.github/workflows/test-shared.yml
vendored
40
.github/workflows/test-shared.yml
vendored
@ -5,9 +5,14 @@ name: Test Shared libraries
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- deps/ada/**
|
||||
- deps/brotli/**
|
||||
- deps/cares/**
|
||||
@ -26,8 +31,17 @@ on:
|
||||
- deps/zlib/**
|
||||
- deps/zstd/**
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/**
|
||||
- '!tools/gyp/**'
|
||||
- '!tools/nix/**'
|
||||
- '!tools/v8/**'
|
||||
- '!tools/v8_gypfiles/**'
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/test-shared.yml'
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
push:
|
||||
@ -37,9 +51,14 @@ on:
|
||||
- v[0-9]+.x-staging
|
||||
- v[0-9]+.x
|
||||
paths-ignore:
|
||||
- .mailmap
|
||||
- '**.md'
|
||||
- AUTHORS
|
||||
- eslint.config.mjs
|
||||
- '**/eslint.config_partial.mjs'
|
||||
- android-configure
|
||||
- android-configure.py
|
||||
- android-patches/**
|
||||
- benchmarks/**
|
||||
- codecov.yml
|
||||
- deps/ada/**
|
||||
- deps/brotli/**
|
||||
- deps/cares/**
|
||||
@ -58,8 +77,17 @@ on:
|
||||
- deps/zlib/**
|
||||
- deps/zstd/**
|
||||
- doc/**
|
||||
- pyproject.yml
|
||||
- tsconfig.json
|
||||
- test/internet/**
|
||||
- .github/**
|
||||
- tools/**
|
||||
- '!tools/gyp/**'
|
||||
- '!tools/nix/**'
|
||||
- '!tools/v8/**'
|
||||
- '!tools/v8_gypfiles/**'
|
||||
- typings/**
|
||||
- vcbuild.bat
|
||||
- .**
|
||||
- '!.github/workflows/test-shared.yml'
|
||||
|
||||
concurrency:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user