From c1f5ccece7b036aa24d60edf2d117a68a52f8e63 Mon Sep 17 00:00:00 2001 From: Simeon Widdis Date: Wed, 4 Dec 2024 15:13:51 -0800 Subject: [PATCH] Remove fallback restore keys from build cache (#2228) Signed-off-by: Simeon Widdis Co-authored-by: Jialiang Liang --- .github/workflows/ftr-e2e-dashboards-observability-test.yml | 2 -- .github/workflows/integration-tests-workflow.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ftr-e2e-dashboards-observability-test.yml b/.github/workflows/ftr-e2e-dashboards-observability-test.yml index 5c47de6f16..00c7fb1178 100644 --- a/.github/workflows/ftr-e2e-dashboards-observability-test.yml +++ b/.github/workflows/ftr-e2e-dashboards-observability-test.yml @@ -122,8 +122,6 @@ jobs: OpenSearch-Dashboards/**/target OpenSearch-Dashboards/**/node_modules key: ${{ runner.OS }}-build-${{ hashFiles('OpenSearch-Dashboards/**/yarn.lock') }} - restore-keys: | - ${{ runner.OS }}-build- - name: Bootstrap OpenSearch Dashboards run: | diff --git a/.github/workflows/integration-tests-workflow.yml b/.github/workflows/integration-tests-workflow.yml index 75ca5064eb..4c8516a56e 100644 --- a/.github/workflows/integration-tests-workflow.yml +++ b/.github/workflows/integration-tests-workflow.yml @@ -144,8 +144,6 @@ jobs: OpenSearch-Dashboards/**/target OpenSearch-Dashboards/**/node_modules key: ${{ runner.OS }}-build-${{ hashFiles('OpenSearch-Dashboards/**/yarn.lock') }} - restore-keys: | - ${{ runner.OS }}-build- - name: Bootstrap OpenSearch Dashboards run: |