Skip to content

Commit

Permalink
Fix storybook-chromatic-main.yml (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Oct 9, 2023
1 parent bc8e5f8 commit 5de7039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-buckets-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix GHA worflow that runs chromatic on main branch
2 changes: 1 addition & 1 deletion .github/workflows/storybook-chromatic-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
chromatic-storybook-main:
runs-on: ubuntu-latest
needs: if_merged
if: ${{ contains(needs.if_merged.outputs.labels, ' run chromatic ') }}
if: ${{ contains(needs.if_merged.outputs.labels, ' run-chromatic ') }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5de7039

Please sign in to comment.