You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/02/24 02:21:31 UTC

[skywalking] 01/01: Speed up license eye

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 1e1f19d516789bcfd2d1e8c0f135e561575e1ce6
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Feb 24 10:21:23 2023 +0800

    Speed up license eye
---
 .github/workflows/skywalking.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index b543c9c410..0434ab9e4c 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           submodules: true
       - name: Check license header
-        uses: apache/skywalking-eyes@df70871af1a8109c9a5b1dc824faaf65246c5236
+        uses: apache/skywalking-eyes@gha-improve-speed
 
   code-style:
     if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')