Skip to content

Commit 384586b

Browse files
Melissa Thompsoncastastrophe
andauthored
temp: force empty string
Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
1 parent 9e47645 commit 384586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 20
2626
outputs:
27-
storybook-url: ${{ steps.chromatic.outputs.storybookUrl || '' }}
27+
storybook-url: ${{ inputs.skip ? '' : steps.chromatic.outputs.storybookUrl || '' }}
2828

2929
steps:
3030
- name: Check out code

0 commit comments

Comments
 (0)