Skip to content

Commit

Permalink
tests: run kdoc on pull requests
Browse files Browse the repository at this point in the history
Brancher now uses kdoc as a gating test (to prevent broken
kdoc from getting flagged as warnings for the second time
in the documentation build). Make sure we run that test
on PRs, otherwise PRs don't get propagated into contest.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Jul 9, 2024
1 parent 6b3cf62 commit 5d6352a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/patch/kdoc/info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"run": ["kdoc.sh"]
"run": ["kdoc.sh"],
"pull-requests": true
}

0 comments on commit 5d6352a

Please sign in to comment.