Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
chromatic:
# We only need to run Storybook Builds and Storybook Visual Regression Tests within Pull Requests that actually
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
if: |
github.event_name != 'pull_request_target' ||
(
github.event.label.name == 'github_actions:pull-request' &&
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
github.actor == 'dependabot[bot]' &&
Comment thread
avivkeller marked this conversation as resolved.
Outdated
github.event.pull_request.head.ref != 'chore/crowdin'
)

Expand Down
Loading