Skip to content

Commit

Permalink
[wasm] fix check for WBT jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Nov 8, 2021
1 parent 9c2cef8 commit 88fa95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ jobs:
buildConfig: release
runtimeFlavor: mono
platforms:
- ${{ if eq(variables['isFullMatrix'], true) }}:
#- ${{ if or(eq(variables['isFullMatrix'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'], true)) }}:
- or(eq($[ variables['isFullMatrix'] ], true), eq($[ dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'] ], true)):
- Browser_wasm_win
variables:
# map dependencies variables to local variables
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
runtimeFlavor: mono
platforms:
# BuildWasmApps should only happen on the rolling build. No need to duplicate the build on PR's
- ${{ if eq(variables['isFullMatrix'], true) }}:
- ${{ if or(eq(variables['isFullMatrix'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'], true)) }}:
- Browser_wasm
variables:
# map dependencies variables to local variables
Expand Down

0 comments on commit 88fa95c

Please sign in to comment.