Baunsgaard commented on a change in pull request #1426:
URL: https://github.com/apache/systemds/pull/1426#discussion_r739645541



##########
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:
        'docs/**'
    'src/main/python/docs/**'
    and
    '*.md'
   should not be ignored when we test building the docs.




-- 
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: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to