[ci] Fix incorrect condition (#32551)
Fixes an incorrect condition for running tests in the compiler workspace. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32551). * __->__ #32551 * #32550
lauren committed
Mar 7, 2025 at 16:43 UTC
d331ba041142a801f8e2101408221732b0ee7f88
1 file changed
+1
-1
.github/workflows/compiler_typescript.yml
+1
-1
@@ -96,4 +96,4 @@ jobs:
96
- run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test
97
if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'
98
- run: yarn workspace ${{ matrix.workspace_name }} test
99
- if: runner.os != 'Linux' && matrix.workspace_name != 'react-forgive'
99
+ if: matrix.workspace_name != 'react-forgive'