Skip to content

Commit 977a7b6

Browse files
committed
Revert "[tmp, verify storybook]"
This reverts commit ea2b8b1.
1 parent ea2b8b1 commit 977a7b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
types:
1717
- labeled
1818
merge_group:
19-
workflow_dispatch:
2019

2120
defaults:
2221
run:
@@ -37,7 +36,7 @@ jobs:
3736
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
3837
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
3938
if: |
40-
github.event_name == 'push' || github.event_name == 'workflow_dispatch'
39+
github.event_name == 'push' ||
4140
(
4241
github.event_name == 'pull_request_target' &&
4342
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&

0 commit comments

Comments
 (0)