Skip to content

Commit 424a6f6

Browse files
committed
Update stuff
1 parent 873506e commit 424a6f6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
vrt:
106106
name: Testing visual regression
107107
needs: [changed-files]
108-
if: ${{ needs.changed-files.outputs.any_changed == true }}
108+
if: ${{ needs.changed-files.outputs.any_changed == 'true' }}
109109
uses: ./.github/workflows/vrt.yml
110110
with:
111111
skip: false

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚀 Deploy
1+
name: Chromatic
22

33
on:
44
workflow_call:

app/components/CardWithImage.stories.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { CardWithImage } from "./CardWithImage";
66
const meta = {
77
title: "Molecules/CardWithImage",
88
component: CardWithImage,
9+
// Docs w
910
// tags: ["autodocs"],
1011
} satisfies Meta<typeof CardWithImage>;
1112

0 commit comments

Comments
 (0)