From 5bce5bdd4c6e9e5c3300d83747253ee18cc29bf1 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 4 Oct 2023 15:40:06 -0400 Subject: [PATCH] fix cache path --- .github/workflows/roman_ci_cron.yaml | 2 +- .github/workflows/tests_devdeps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roman_ci_cron.yaml b/.github/workflows/roman_ci_cron.yaml index f91b35967..0142a54e8 100644 --- a/.github/workflows/roman_ci_cron.yaml +++ b/.github/workflows/roman_ci_cron.yaml @@ -36,7 +36,7 @@ jobs: CRDS_SERVER_URL: ${{ needs.data.outputs.crds_server }} CRDS_CLIENT_RETRY_COUNT: 3 CRDS_CLIENT_RETRY_DELAY_SECONDS: 20 - cache-path: ${{ needs.data.outputs.crds_path }} + cache-path: ${{ needs.data.outputs.path }} cache-key: ${{ needs.data.outputs.cache_key }}-${{ needs.data.outputs.crds_context }} cache-restore-keys: ${{ needs.data.outputs.cache_key }} envs: | diff --git a/.github/workflows/tests_devdeps.yml b/.github/workflows/tests_devdeps.yml index 497e35d89..51f04f854 100644 --- a/.github/workflows/tests_devdeps.yml +++ b/.github/workflows/tests_devdeps.yml @@ -38,7 +38,7 @@ jobs: CRDS_SERVER_URL: ${{ needs.data.outputs.crds_server }} CRDS_CLIENT_RETRY_COUNT: 3 CRDS_CLIENT_RETRY_DELAY_SECONDS: 20 - cache-path: ${{ needs.data.outputs.crds_path }} + cache-path: ${{ needs.data.outputs.path }} cache-key: ${{ needs.data.outputs.cache_key }}-${{ needs.data.outputs.crds_context }} cache-restore-keys: ${{ needs.data.outputs.cache_key }} envs: |