Skip to content

Commit 873506e

Browse files
committed
Well
1 parent ecb7bfa commit 873506e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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

app/components/CardWithImage.stories.ts

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

0 commit comments

Comments
 (0)