From f81431b7f56368c2cb7d06e83f8b7a494bff12fd Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Wed, 20 Sep 2023 16:13:39 -0500 Subject: [PATCH] add back remove flags --- .github/workflows/ci-chaincli.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-chaincli.yml b/.github/workflows/ci-chaincli.yml index 803841b6ffb..14e19788bfc 100644 --- a/.github/workflows/ci-chaincli.yml +++ b/.github/workflows/ci-chaincli.yml @@ -28,6 +28,11 @@ jobs: with: version: v1.54.2 working-directory: core/scripts/chaincli + # We already cache these directories in setup-go + skip-pkg-cache: true + skip-build-cache: true + # only-new-issues is only applicable to PRs, otherwise it is always set to false + only-new-issues: true args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml - name: Store lint report artifact if: always()