Skip to content

Commit d94fb0f

Browse files
committed
ui cicd job isnt so critical either
Signed-off-by: stuffbyyuki <kake.19940627@gmail.com>
1 parent 066d9df commit d94fb0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ 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

0 commit comments

Comments
 (0)