From a841e96bd2611e697600c2923d47435de7d8531e Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 10:40:31 -0700 Subject: [PATCH] put git branch ref into cache key name --- .github/workflows/central-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-controller.yaml b/.github/workflows/central-controller.yaml index 958f0331e..1d16ef150 100644 --- a/.github/workflows/central-controller.yaml +++ b/.github/workflows/central-controller.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/cache@v4 with: path: ${{ env.CONDA }}/envs - key: ${{ runner.os }}-${{ runner.arch }}-conda-${{ hashFiles('environment.yml') }} + key: ${{ runner.os }}-${{ runner.arch }}-${{ github.ref_name }}-conda-${{ hashFiles('environment.yml') }} - name: Update Conda Environment run: | source ~/miniconda3/etc/profile.d/conda.sh