Skip to content

Commit

Permalink
try to fix gh action syntax errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 8, 2024
1 parent 76ef49d commit 16b00d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 16b00d2

Please sign in to comment.