We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b663493 commit 34d22a8Copy full SHA for 34d22a8
.github/workflows/chromatic.yml
@@ -31,12 +31,11 @@ jobs:
31
chromatic:
32
# We only need to run Storybook Builds and Storybook Visual Regression Tests within Pull Requests that actually
33
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
34
- # sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
35
if: |
36
github.event_name != 'pull_request_target' ||
37
(
38
github.event.label.name == 'github_actions:pull-request' &&
39
- startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
+ github.actor == 'dependabot[bot]' &&
40
github.event.pull_request.head.ref != 'chore/crowdin'
41
)
42
0 commit comments