wu-sheng commented on code in PR #13524: URL: https://github.com/apache/skywalking/pull/13524#discussion_r2464171823
########## .github/workflows/skywalking.yaml: ########## @@ -31,184 +31,177 @@ env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5 # Cache restore timeout jobs: - license-header: - if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule') - name: License header - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v4 - with: - submodules: true - persist-credentials: false - - name: Check license header - uses: apache/skywalking-eyes@5b7ee1731d036b5aac68f8bd3fc9e6f98ada082e + # license-header: + # if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule') + # name: License header + # runs-on: ubuntu-latest + # timeout-minutes: 10 + # steps: + # - uses: actions/checkout@v4 + # with: + # submodules: true + # persist-credentials: false + # - name: Check license header + # uses: apache/skywalking-eyes@5b7ee1731d036b5aac68f8bd3fc9e6f98ada082e Review Comment: There are all unexpected changes. plase don't touch here. -- 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]
