From 88a2ae707fc230936a0338cf6eff9d97f5d83043 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 28 Oct 2024 14:48:25 -0700 Subject: [PATCH] Do not cache relenv for now --- .github/actions/setup-relenv/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-relenv/action.yml b/.github/actions/setup-relenv/action.yml index 825d0401d12..e086de280f1 100644 --- a/.github/actions/setup-relenv/action.yml +++ b/.github/actions/setup-relenv/action.yml @@ -37,6 +37,7 @@ runs: python3 -m pip install relenv==${{ inputs.version }} - name: Cache Relenv Data Directory + if: false # Disable cache since aws is going away. uses: ./.github/actions/cache with: path: ${{ github.workspace }}/.relenv