Skip to content

Commit 03595d1

Browse files
authored
fix(ci): label check (#7659)
* fix(ci): label check Signed-off-by: Aviv Keller <[email protected]> * Remove unused `merge_group` configuration --------- Signed-off-by: Aviv Keller <[email protected]>
1 parent 162cd26 commit 03595d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- main
1616
types:
1717
- labeled
18-
merge_group:
1918

2019
defaults:
2120
run:
@@ -39,6 +38,7 @@ jobs:
3938
github.event_name == 'push' ||
4039
(
4140
github.event_name == 'pull_request_target' &&
41+
github.event.label.name == 'github_actions:pull-request' &&
4242
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
4343
github.event.pull_request.head.ref != 'chore/crowdin'
4444
)

0 commit comments

Comments
 (0)