You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/09 07:42:56 UTC

[GitHub] [incubator-inlong] shink commented on a diff in pull request #4609: [INLONG-4606][CI] Improve trigger conditions

shink commented on code in PR #4609:
URL: https://github.com/apache/incubator-inlong/pull/4609#discussion_r893176241


##########
.github/workflows/ci_build.yml:
##########
@@ -33,7 +33,7 @@ on:
       - 'inlong-sort/**'
       - 'inlong-sort-standalone/**'
       - 'inlong-tubemq/**'
-      - '!*.md'
+      - '!**.md'

Review Comment:
   The difference between the two is: `*.md` only matches all `.md` files at the root of the repository, and `**.md` matches all `.md` files in the repository.



-- 
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: commits-unsubscribe@inlong.apache.org

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