Skip to content

Commit

Permalink
remove caches in tgc checks (#10373)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Apr 5, 2024
1 parent eb927d8 commit fe4b35c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ jobs:
repository: ${{ github.event.inputs.owner }}/${{ github.event.inputs.repo }}
ref: ${{ github.event.inputs.branch }}
fetch-depth: 2
- name: Cache Go modules and build cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/go/pkg/mod
key: ${{ runner.os }}-test-${{ github.event.inputs.repo }}-${{ hashFiles('go.sum') }}
restore-keys: |
${{ runner.os }}-test-${{ github.event.inputs.repo }}-${{ hashFiles('go.sum') }}
${{ runner.os }}-test-${{ github.event.inputs.repo }}-
- name: Check for Code Changes
id: pull_request
run: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/unit-test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
with:
go-version: '^1.21'

- name: Cache Go modules and build cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/go/pkg/mod
key: ${{ runner.os }}-test-terraform-google-conversion-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-test-terraform-google-conversion-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-test-terraform-google-conversion-
- name: Build Terraform Google Conversion
run: |
cd tgc
Expand Down

0 comments on commit fe4b35c

Please sign in to comment.