From 354d0d64ed5e7cf868065187b5f89ea53f334d4e Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 26 Jul 2021 23:19:41 +0530 Subject: [PATCH] Update templates-stats.yml --- .github/workflows/templates-stats.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/templates-stats.yml b/.github/workflows/templates-stats.yml index a701cd34d1..b470648a42 100644 --- a/.github/workflows/templates-stats.yml +++ b/.github/workflows/templates-stats.yml @@ -20,15 +20,7 @@ jobs: with: go-version: 1.14 - - name: Cache Go - id: cache-go - uses: actions/cache@v2 - with: - path: /home/runner/go - key: ${{ runner.os }}-go - - name: Installing Template Stats - if: steps.cache-go.outputs.cache-hit != 'true' env: GO111MODULE: on run: |