We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162cd26 commit 03595d1Copy full SHA for 03595d1
1 file changed
.github/workflows/chromatic.yml
@@ -15,7 +15,6 @@ on:
15
- main
16
types:
17
- labeled
18
- merge_group:
19
20
defaults:
21
run:
@@ -39,6 +38,7 @@ jobs:
39
38
github.event_name == 'push' ||
40
(
41
github.event_name == 'pull_request_target' &&
+ github.event.label.name == 'github_actions:pull-request' &&
42
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
43
github.event.pull_request.head.ref != 'chore/crowdin'
44
)
0 commit comments