We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a42b commit 98296c2Copy full SHA for 98296c2
.github/workflows/build_and_test.yml
@@ -485,7 +485,7 @@ jobs:
485
restore-keys: |
486
tpcds-
487
- name: Checkout TPC-DS (SF=1) generated data repository
488
- if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true
+ if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
489
uses: actions/checkout@v2
490
with:
491
repository: maropu/spark-tpcds-sf-1
0 commit comments