Skip to content

Commit

Permalink
chore: use restore action
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 29, 2024
1 parent e577ca0 commit 34afb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
${{ runner.os }}-java-maven-
- name: Restore TPC-DS generated data
id: cache-tpcds-sf-1
uses: actions/cache@v4
uses: actions/cache/resotre@v4
with:
path: ./tpcds-sf-1
key: tpcds-${{ hashFiles('.github/workflows/benchmark.yml') }}
Expand Down

0 comments on commit 34afb1c

Please sign in to comment.