diff --git a/.github/workflows/components-test-build-deploy.yaml b/.github/workflows/components-test-build-deploy.yaml index a00043d6d67..78e60426b3f 100644 --- a/.github/workflows/components-test-build-deploy.yaml +++ b/.github/workflows/components-test-build-deploy.yaml @@ -123,7 +123,8 @@ jobs: deploy-components: name: 'deploy components storybook artifact to S3' runs-on: 'ubuntu-22.04' - needs: ['js-unit-test', build-components-storybook', 'determine-build-type'] + needs: + ['js-unit-test', 'build-components-storybook', 'determine-build-type'] if: needs.determine-build-type.outputs.type != 'none' steps: - uses: 'actions/checkout@v3'