Skip to content

Commit f735fdf

Browse files
authored
[wasm] CI: trigger only WBT on template changes (#95368)
This will avoid triggering libtests, for example, when the templates have changes.
1 parent 7543b05 commit f735fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/common/evaluate-default-paths.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
- src/mono/wasi/*
268268
- src/mono/wasm/debugger/*
269269
- src/mono/wasm/host/*
270+
- src/mono/wasm/templates/*
270271
- src/mono/wasm/testassets/*
271272
- src/mono/wasm/Wasm.Build.Tests/*
272273
- ${{ parameters._const_paths._wasm_pipelines }}
@@ -287,6 +288,7 @@ jobs:
287288
- src/mono/mono/component/mini-wasm-debugger.c
288289
- src/mono/wasm/debugger/*
289290
- src/mono/wasm/host/*
291+
- src/mono/wasm/templates/*
290292
- src/mono/wasm/testassets/*
291293
- src/mono/wasm/Wasm.Build.Tests/*
292294
- src/mono/nuget/Microsoft.NET.Runtime*

0 commit comments

Comments
 (0)