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:23:39 UTC

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

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



##########
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:
       Is this the change?
   
   ```diff
     pull_request:
       paths-ignore:
         - 'docs/**'
         - '*.md'
         - '*.html'
   -      - 'src/main/python/docs/**'
         - 'dev/**'
   ```
   
   or should not ignore any paths here?
   
   
   Thanks




-- 
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