diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6de1a2df6..68df1d1ca 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -8,14 +8,14 @@ on: # paths: # - '**.md' paths-ignore: - - '!**.md' - '.github/workflows/**' + - '!**.md' pull_request: # paths: # - '**.md' paths-ignore: - - '!**.md' - '.github/workflows/**' + - '!**.md' jobs: log: diff --git a/samples/chaincode/echo-go/chaincode/echo.go b/samples/chaincode/echo-go/chaincode/echo.go index f6f826dac..04ce4345c 100644 --- a/samples/chaincode/echo-go/chaincode/echo.go +++ b/samples/chaincode/echo-go/chaincode/echo.go @@ -2,7 +2,7 @@ Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 -*/ +test*/ package chaincode