mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Do not build docs for test-only, changelog-only, or meta-only changes. (#5134)
This commit is contained in:
parent
3c2d7eb193
commit
eea7977788
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docs-pr.yml
vendored
5
.github/workflows/docs-pr.yml
vendored
|
@ -10,6 +10,11 @@ concurrency:
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
paths-ignore:
|
||||
- '.azure-pipelines/**'
|
||||
- 'changelogs/**'
|
||||
- 'meta/**'
|
||||
- 'tests/**'
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
|
|
Loading…
Reference in a new issue