Skip to content

Commit 03dd3d1

Browse files
authored
fix(ci): label check
Signed-off-by: Aviv Keller <[email protected]>
1 parent 162cd26 commit 03dd3d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
github.event_name == 'push' ||
4040
(
4141
github.event_name == 'pull_request_target' &&
42+
github.event.label.name == 'github_actions:pull-request' &&
4243
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
4344
github.event.pull_request.head.ref != 'chore/crowdin'
4445
)

0 commit comments

Comments
 (0)