manuzhang commented on code in PR #1395:
URL: https://github.com/apache/iceberg-python/pull/1395#discussion_r1868671842


##########
.github/workflows/python-ci-docs.yml:
##########
@@ -24,7 +24,19 @@ on:
     branches:
       - 'main'
   pull_request:
-
+    paths:
+    - '**'
+    - '!.github/ISSUE_TEMPLATE/**'
+    - '!.github/workflows/*'
+    - '.github/workflows/python-ci-docs.yml'

Review Comment:
   the above two ignores everything under `.github/workflows` except the 
current file.



-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to