Commit 47a2a51
authored
[ci] Remove duplicate build_static_library gate conjunct. (#925)
The Windows-side WASM static-library step repeated the
`matrix.build_static_library == 'On'` check twice in its `if:`
expression. Harmless (both conjuncts are equivalent) but reads as a
copy-paste smell; drop the duplicate.1 parent 2f99b64 commit 47a2a51
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
0 commit comments