dengliming commented on code in PR #3897:
URL: https://github.com/apache/shenyu/pull/3897#discussion_r958506042


##########
.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:
   em. This is a special case. If the action is generic and multiple projects 
are using it, we can try to request `Apache ` for permission to use it. : )



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