Skip to content

Commit 81d8b20

Browse files
authored
ci: Add codeowner path to ci-docs.yaml file (runfinch#502)
Issue #, if available: Add codeowners file path to `ci-docs.yaml` to prevent CI from getting blocked. *Description of changes:* Fixes: *Testing done:* N/A - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Vishwas Siravara <[email protected]>
1 parent 2ffa28f commit 81d8b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci-docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ on:
1515
paths:
1616
- '**.md'
1717
- 'contrib/**'
18+
- '.github/CODEOWNERS'
1819
pull_request:
1920
branches:
2021
- main
2122
paths:
2223
- '**.md'
2324
- 'contrib/**'
25+
- '.github/CODEOWNERS'
2426

2527
jobs:
2628
gen-code-no-diff:

0 commit comments

Comments
 (0)