Skip to content

Commit c480e6d

Browse files
committed
only on review requested @osfameron
1 parent c18bbcb commit c480e6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: Hakim testing
22

33
on:
44
pull_request:
5+
types: [review_requested]
56
paths:
67
# the following should match `path:` declaration below
78
- example/**
89

910
jobs:
1011
vale:
12+
if: github.event.requested_reviewer == 'osfameron'
1113
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
1214
with:
1315
path: example

0 commit comments

Comments
 (0)