@@ -47,33 +47,33 @@ jobs:
4747 with :
4848 version : ${{ needs.init.outputs.playwrightVersion }}
4949
50- build-storybook-composition :
51- uses : ./.github/workflows/01-build-storybooks.yml
52- needs : [build-packages, init]
53- with :
54- storybook : storybook
55- baseUrl : ${{ needs.init.outputs.baseUrl }}
50+ # build-storybook-composition:
51+ # uses: ./.github/workflows/01-build-storybooks.yml
52+ # needs: [build-packages, init]
53+ # with:
54+ # storybook: storybook
55+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
5656
57- build-storybook-angular :
58- uses : ./.github/workflows/01-build-storybooks.yml
59- needs : [build-packages, init]
60- with :
61- storybook : angular-storybook
62- baseUrl : ${{ needs.init.outputs.baseUrl }}
57+ # build-storybook-angular:
58+ # uses: ./.github/workflows/01-build-storybooks.yml
59+ # needs: [build-packages, init]
60+ # with:
61+ # storybook: angular-storybook
62+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
6363
64- build-storybook-react :
65- uses : ./.github/workflows/01-build-storybooks.yml
66- needs : [build-packages, init]
67- with :
68- storybook : react-storybook
69- baseUrl : ${{ needs.init.outputs.baseUrl }}
64+ # build-storybook-react:
65+ # uses: ./.github/workflows/01-build-storybooks.yml
66+ # needs: [build-packages, init]
67+ # with:
68+ # storybook: react-storybook
69+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
7070
71- build-storybook-vue :
72- uses : ./.github/workflows/01-build-storybooks.yml
73- needs : [build-packages, init]
74- with :
75- storybook : vue-storybook
76- baseUrl : ${{ needs.init.outputs.baseUrl }}
71+ # build-storybook-vue:
72+ # uses: ./.github/workflows/01-build-storybooks.yml
73+ # needs: [build-packages, init]
74+ # with:
75+ # storybook: vue-storybook
76+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
7777
7878 build-showcase-stencil :
7979 uses : ./.github/workflows/01-build-showcases.yml
@@ -178,10 +178,6 @@ jobs:
178178 steps :
179179 - name : 🎉 Checks done
180180 run : |
181- resultBuildStorybookComposition="${{ needs.build-storybook-composition.result }}"
182- resultBuildStorybookAngular="${{ needs.build-storybook-angular.result }}"
183- resultBuildStorybookReact="${{ needs.build-storybook-react.result }}"
184- resultBuildStorybookVue="${{ needs.build-storybook-vue.result }}"
185181 resultBuildShowcaseStencil="${{ needs.build-showcase-stencil.result }}"
186182 resultBuildShowcaseAngular="${{ needs.build-showcase-angular.result }}"
187183 resultBuildShowcaseAngularSSR="${{ needs.build-showcase-angular-ssr.result }}"
@@ -228,10 +224,6 @@ jobs:
228224 fi
229225 needs :
230226 [
231- build-storybook-composition,
232- build-storybook-angular,
233- build-storybook-react,
234- build-storybook-vue,
235227 build-showcase-stencil,
236228 build-showcase-angular,
237229 build-showcase-angular-ssr,
0 commit comments