You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/10/30 11:01:53 UTC

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1426: [SYSTEMDS-3190] Do not run workflow for empty checks

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

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