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 c05a7cd commit 6e7d2e3Copy full SHA for 6e7d2e3
.github/workflows/test-all-warehouses.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
warehouse-type: ${{ matrix.warehouse-type }}
62
dbt-version: ${{ matrix.dbt-version }}
63
- elementary-ref: ${{ inputs.elementary-ref || 'ele-4724-dbt_fusion-support' }}
+ elementary-ref: ${{ 'ele-4724-dbt_fusion-support' }}
64
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
65
secrets: inherit
66
0 commit comments