Launch docs CI for changed docker images

This commit is contained in:
Mikhail f. Shiryaev 2022-04-29 15:31:34 +02:00
parent 5a8fcafc5e
commit 5f52b3e7d5
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -1,10 +1,11 @@
---
name: DocsCheck
env:
# Force the stdout and stderr streams to be unbuffered
PYTHONUNBUFFERED: 1
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
pull_request:
types:
- synchronize
@ -15,6 +16,7 @@ on: # yamllint disable-line rule:truthy
paths:
- 'docs/**'
- 'website/**'
- 'docker/docs/**'
jobs:
CheckLabels:
runs-on: [self-hosted, style-checker]