Skip to content

Commit 9e40fb9

Browse files
legendecasaduh95
authored andcommitted
build: use path-ignore in GHA coverage-windows.yml
PR-URL: #61811 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
1 parent 111c77e commit 9e40fb9

File tree

1 file changed

+46
-22
lines changed

1 file changed

+46
-22
lines changed

.github/workflows/coverage-windows.yml

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,55 @@ name: Coverage Windows
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review]
6-
paths:
7-
- lib/**/*.js
8-
- vcbuild.bat
9-
- src/**/*.cc
10-
- src/**/*.h
11-
- test/**
12-
- tools/gyp/**
13-
- tools/test.py
14-
- .github/workflows/coverage-windows.yml
15-
- codecov.yml
16-
- .nycrc
6+
paths-ignore:
7+
- '**.md'
8+
- '**.nix'
9+
- eslint.config.mjs
10+
- '**/eslint.config_partial.mjs'
11+
- android-configure
12+
- android-configure.py
13+
- android-patches/**
14+
- benchmarks/**
15+
- doc/**
16+
- pyproject.yml
17+
- tsconfig.json
18+
- test/internet/**
19+
- tools/actions/**
20+
- tools/bootstrap/**
21+
- tools/dep_updaters/**
22+
- tools/doc/**
23+
- tools/eslint-rules/**
24+
- tools/eslint/**
25+
- tools/lint-md/**
26+
- typings/**
27+
- .**
28+
- '!.github/workflows/coverage-windows.yml'
1729
push:
1830
branches:
1931
- main
20-
paths:
21-
- lib/**/*.js
22-
- vcbuild.bat
23-
- src/**/*.cc
24-
- src/**/*.h
25-
- test/**
26-
- tools/gyp/**
27-
- tools/test.py
28-
- .github/workflows/coverage-windows.yml
29-
- codecov.yml
30-
- .nycrc
32+
paths-ignore:
33+
- '**.md'
34+
- '**.nix'
35+
- eslint.config.mjs
36+
- '**/eslint.config_partial.mjs'
37+
- android-configure
38+
- android-configure.py
39+
- android-patches/**
40+
- benchmarks/**
41+
- doc/**
42+
- pyproject.yml
43+
- tsconfig.json
44+
- test/internet/**
45+
- tools/actions/**
46+
- tools/bootstrap/**
47+
- tools/dep_updaters/**
48+
- tools/doc/**
49+
- tools/eslint-rules/**
50+
- tools/eslint/**
51+
- tools/lint-md/**
52+
- typings/**
53+
- .**
54+
- '!.github/workflows/coverage-windows.yml'
3155

3256
concurrency:
3357
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)