From 50f8001509dc3051b4aadda0cc9c043e5636d78f Mon Sep 17 00:00:00 2001 From: munapower Date: Tue, 6 Feb 2024 17:38:48 -0300 Subject: [PATCH] testing both workflows v2 Signed-off-by: munapower --- .github/workflows/documentation.yml | 4 ++-- samples/chaincode/echo-go/chaincode/echo.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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