Skip to content

Commit

Permalink
Revert "Invalidate cache"
Browse files Browse the repository at this point in the history
This reverts commit e631a3c.
  • Loading branch information
maropu committed May 3, 2021
1 parent e631a3c commit c21463f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,7 @@ jobs:
uses: actions/cache@v2
with:
path: ./tpcds-sf-1
# key: tpcds-${{ hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
key: tpcds-4eafd95c9818802b6550bd48fcf860592de9b3c6
key: tpcds-${{ hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
- name: Checkout tpcds-kit repository
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
uses: actions/checkout@v2
Expand Down

0 comments on commit c21463f

Please sign in to comment.