Skip to content

Commit

Permalink
fixup! ci: run storybook interaction tests after chromatic publish
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Jul 25, 2023
1 parent 32071fb commit 9217f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
]
autoAcceptChanges: main # 👈 Auto accept main builds (why https://www.chromatic.com/docs/github-actions#github-squashrebase-merge-and-the-main-branch)
storybook-interaction-tests:
if: github.ref != "refs/heads/main"
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
needs: visual-testing
steps:
Expand Down

0 comments on commit 9217f7d

Please sign in to comment.