From d659ac9ef22a5c3f17e9ac86fe6026f8d41a4250 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:36:57 -0500 Subject: [PATCH] backport of commit e942db3dbc67abe6e128dbb47ed16db8e2a023de (#6372) Co-authored-by: Michael Li --- .github/workflows/enos-run.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index 91d154c839..5e7eee60d6 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -108,6 +108,7 @@ jobs: go-version: ${{ inputs.go-version }} cache: false - name: Set up Go modules cache + id: go-mod-cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | @@ -118,6 +119,10 @@ jobs: restore-keys: | ${{ runner.os }}-go fail-on-cache-miss: false + - name: Downloads Go modules if cache miss + if: steps.go-mod-cache.outputs.cache-hit != 'true' + run: | + go mod download - name: Set up Terraform uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed with: