Skip to content

Commit 50d4820

Browse files
authored
Update plugin_docs_test.yaml
1 parent 5d04363 commit 50d4820

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/plugin_docs_test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Test plugin docs
22
on:
33
workflow_call:
44
pull_request:
5+
paths:
6+
- 'docs/**/*'
57
jobs:
6-
Explore-GitHub-Actions:
8+
build_docs:
9+
if: github.repository != 'logstash-plugins/.ci'
710
runs-on: ubuntu-latest
811
steps:
9-
- run: ls -lha .
1012
- name: Check out plugin code
1113
uses: actions/checkout@v4
1214
with:

0 commit comments

Comments
 (0)