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: |