Skip to content

Commit

Permalink
Remove fallback restore keys from build cache (#2228) (#2273)
Browse files Browse the repository at this point in the history
(cherry picked from commit c1f5cce)

Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jialiang Liang <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent fccdc11 commit e236363
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 @@ -135,8 +135,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 @@ -153,8 +153,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 e236363

Please sign in to comment.