@@ -78,33 +78,34 @@ jobs:
7878 needs : [build-packages, init]
7979 with :
8080 version : ${{ needs.init.outputs.playwrightVersion }}
81- build-storybook-composition :
82- uses : ./.github/workflows/01-build-storybooks.yml
83- needs : [build-packages, init]
84- with :
85- storybook : composition-storybook
86- baseUrl : ${{ needs.init.outputs.baseUrl }}
87-
88- build-storybook-angular :
89- uses : ./.github/workflows/01-build-storybooks.yml
90- needs : [build-packages, init]
91- with :
92- storybook : angular-storybook
93- baseUrl : ${{ needs.init.outputs.baseUrl }}
94-
95- build-storybook-react :
96- uses : ./.github/workflows/01-build-storybooks.yml
97- needs : [build-packages, init]
98- with :
99- storybook : react-storybook
100- baseUrl : ${{ needs.init.outputs.baseUrl }}
101-
102- build-storybook-vue :
103- uses : ./.github/workflows/01-build-storybooks.yml
104- needs : [build-packages, init]
105- with :
106- storybook : vue-storybook
107- baseUrl : ${{ needs.init.outputs.baseUrl }}
81+
82+ # build-storybook-composition:
83+ # uses: ./.github/workflows/01-build-storybooks.yml
84+ # needs: [build-packages, init]
85+ # with:
86+ # storybook: composition-storybook
87+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
88+
89+ # build-storybook-angular:
90+ # uses: ./.github/workflows/01-build-storybooks.yml
91+ # needs: [build-packages, init]
92+ # with:
93+ # storybook: angular-storybook
94+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
95+
96+ # build-storybook-react:
97+ # uses: ./.github/workflows/01-build-storybooks.yml
98+ # needs: [build-packages, init]
99+ # with:
100+ # storybook: react-storybook
101+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
102+
103+ # build-storybook-vue:
104+ # uses: ./.github/workflows/01-build-storybooks.yml
105+ # needs: [build-packages, init]
106+ # with:
107+ # storybook: vue-storybook
108+ # baseUrl: ${{ needs.init.outputs.baseUrl }}
108109
109110 build-showcase-stencil :
110111 uses : ./.github/workflows/01-build-showcases.yml
@@ -334,10 +335,6 @@ jobs:
334335 steps :
335336 - name : 🎉 Checks done
336337 run : |
337- resultBuildStorybookComposition="${{ needs.build-storybook-composition.result }}"
338- resultBuildStorybookAngular="${{ needs.build-storybook-angular.result }}"
339- resultBuildStorybookReact="${{ needs.build-storybook-react.result }}"
340- resultBuildStorybookVue="${{ needs.build-storybook-vue.result }}"
341338 resultBuildShowcaseStencil="${{ needs.build-showcase-stencil.result }}"
342339 resultBuildShowcaseAngular="${{ needs.build-showcase-angular.result }}"
343340 resultBuildShowcaseAngularSSR="${{ needs.build-showcase-angular-ssr.result }}"
@@ -384,10 +381,6 @@ jobs:
384381 fi
385382 needs :
386383 [
387- build-storybook-composition,
388- build-storybook-angular,
389- build-storybook-react,
390- build-storybook-vue,
391384 build-showcase-stencil,
392385 build-showcase-angular,
393386 build-showcase-angular-ssr,
0 commit comments