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-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org