Skip to content

Commit

Permalink
Remove fallback restore keys from build cache (opensearch-project#2228)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
Co-authored-by: Jialiang Liang <[email protected]>
  • Loading branch information
Swiddis and RyanL1997 authored Dec 4, 2024
1 parent da1f730 commit c1f5cce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ftr-e2e-dashboards-observability-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c1f5cce

Please sign in to comment.