Baunsgaard commented on a change in pull request #1426:
URL: https://github.com/apache/systemds/pull/1426#discussion_r739639461
##########
File path: .github/workflows/documentation.yml
##########
@@ -23,12 +23,21 @@ name: Documentation
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - '*.md'
+ - '*.html'
+ - 'src/main/python/docs/**'
+ - 'dev/**'
branches:
- master
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
+ - '*.html'
+ - 'src/main/python/docs/**'
+ - 'dev/**'
Review comment:
This is the one tests i would run on changes in docs, since it is
testing if the docs build.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]