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


##########
.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:
   <img width="1031" alt="image" 
src="https://user-images.githubusercontent.com/62384022/187452827-a8189678-3c9f-4f85-986d-889689daa766.png";>
   This is the error we encountered before. But it looks ok in your pr's ci 🤔, 
maybe we can try it first.



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