1
0
Fork 0
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:
Felix Fontein 2022-08-20 17:44:46 +02:00 committed by GitHub
parent 3c2d7eb193
commit eea7977788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,11 @@ concurrency:
on:
pull_request_target:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- '.azure-pipelines/**'
- 'changelogs/**'
- 'meta/**'
- 'tests/**'
jobs:
build-docs: