Skip to content

Commit 98296c2

Browse files
committed
nit
1 parent 545a42b commit 98296c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
restore-keys: |
486486
tpcds-
487487
- name: Checkout TPC-DS (SF=1) generated data repository
488-
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true
488+
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
489489
uses: actions/checkout@v2
490490
with:
491491
repository: maropu/spark-tpcds-sf-1

0 commit comments

Comments
 (0)