File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ jobs:
188188
189189 ui-style :
190190 needs : [changes]
191- if :
192- needs.changes.outputs.client == 'true' || needs.changes.outputs.ci ==
193- ' true' || github.ref == 'refs/heads/main'
191+ if : false
192+ # needs.changes.outputs.client == 'true' || needs.changes.outputs.ci ==
193+ # 'true' || github.ref == 'refs/heads/main'
194194 runs-on : ubuntu-latest
195195 steps :
196196 - uses : actions/checkout@v5
197197 - uses : actions/setup-node@v6
198198 with :
199- node-version : ' 20 '
199+ node-version : ' 22 '
200200 - uses : pnpm/action-setup@v4
201201 with :
202202 version : latest
@@ -396,6 +396,7 @@ jobs:
396396 env :
397397 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
398398 runs-on : ubuntu-latest
399+ if : false
399400 steps :
400401 - uses : actions/checkout@v5
401402 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments