JooKS-me commented on code in PR #3897:
URL: https://github.com/apache/shenyu/pull/3897#discussion_r958491740


##########
.github/workflows/ci.yml:
##########
@@ -39,32 +39,36 @@ jobs:
           - java: 16
             os: ubuntu-latest
     runs-on: ${{ matrix.os }}
+    if: (github.repository == 'apache/shenyu')
     steps:
       - name: Support longpaths
         if: ${{ matrix.os == 'windows-latest'}}
         run: git config --system core.longpaths true
       - uses: actions/checkout@v2
         with:
           submodules: true
-      - name: Set Skip Env Var
-        uses: ./.github/actions/skip-ci
+      - uses: dorny/paths-filter@v2

Review Comment:
   It may be wrong to use third-party actions directly in the apache 
repository. We can add git submodules in `./.github/actions`. For example: 
https://github.com/apache/shenyu-helm-chart/tree/main/.github/actions



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to