Skip to content

Commit 53f56b0

Browse files
authored
Merge branch 'main' into helm-notes-updates
2 parents c73a5eb + ca09cd0 commit 53f56b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
107107
with:
108108
go-version-file: go.mod
109+
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
109110
- name: Run Tests
110111
run: make cover
111112
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -183,6 +184,7 @@ jobs:
183184
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
184185
with:
185186
go-version-file: go.mod
187+
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
186188

187189
- name: Download Syft
188190
uses: anchore/sbom-action/download-syft@41f7a6c033dbcdf78917f23b652c8b8146298c85 # v0.15.4

0 commit comments

Comments
 (0)