We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2b8b1 commit 977a7b6Copy full SHA for 977a7b6
.github/workflows/chromatic.yml
@@ -16,7 +16,6 @@ on:
16
types:
17
- labeled
18
merge_group:
19
- workflow_dispatch:
20
21
defaults:
22
run:
@@ -37,7 +36,7 @@ jobs:
37
36
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
38
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
39
if: |
40
- github.event_name == 'push' || github.event_name == 'workflow_dispatch'
+ github.event_name == 'push' ||
41
(
42
github.event_name == 'pull_request_target' &&
43
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
0 commit comments