1717
1818 BROWSERSLIST_IGNORE_OLD_DATA : true
1919
20- # Use project-local cache to avoid stale global Berry cache on CI
21- # where workspace packages may collide with published npm versions
22- YARN_ENABLE_GLOBAL_CACHE : false
23-
2420 DEPLOY_HOST : fluentuipr.z22.web.core.windows.net
2521 DEPLOY_URL : https://fluentuipr.z22.web.core.windows.net/${{ github.event.pull_request.number || github.ref_name }}
2622 DEPLOY_BASE_PATH : ${{ github.event.pull_request.number != '' && format('pull/{0}', github.event.pull_request.number) || format('heads/{0}', github.ref_name) }}
2723
2824jobs :
2925 main :
30- # if: ${{ github.repository_owner == 'microsoft' }}
31- # runs-on: macos-14-xlarge
32- runs-on : ubuntu-latest
26+ if : ${{ github.repository_owner == 'microsoft' }}
27+ runs-on : macos-14-xlarge
3328 permissions :
3429 contents : ' read'
3530 actions : ' read'
9085 git diff-index --quiet HEAD -- || exit 1
9186
9287 react-major-versions-integration :
93- # if: ${{ github.repository_owner == 'microsoft' }}
94- # runs-on: macos-14-xlarge
95- runs-on : ubuntu-latest
88+ if : ${{ github.repository_owner == 'microsoft' }}
89+ runs-on : macos-14-xlarge
9690 steps :
9791 - uses : actions/checkout@v6
9892 with :
@@ -115,8 +109,6 @@ jobs:
115109 - run : |
116110 yarn rit --react 17 --install-deps
117111 yarn rit --react 18 --install-deps
118- env:
119- YARN_ENABLE_IMMUTABLE_INSTALLS: false
120112
121113 - name : Verify Cypress installs from RIT temp workspaces (React 17 -> v13, React 18 -> v14)
122114 run : |
@@ -142,7 +134,7 @@ jobs:
142134 FLUENT_JEST_WORKER=2 yarn nx affected -t test-rit--17--type-check,test-rit--18--type-check,test-rit--17--test,test-rit--18--test --exclude='react-19-tests-v9'
143135
144136 e2e :
145- # if: ${{ github.repository_owner == 'microsoft' }}
137+ if : ${{ github.repository_owner == 'microsoft' }}
146138 # TODO: switch to macos once problematic tests are fixed
147139 # https://github.com/microsoft/fluentui/issues/33173
148140 # https://github.com/microsoft/fluentui/issues/33172
0 commit comments