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 040fe28 commit 9d7141eCopy full SHA for 9d7141e
.github/workflows/test-all-warehouses.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
warehouse-type: ${{ matrix.warehouse-type }}
71
dbt-version: ${{ matrix.dbt-version }}
72
- elementary-ref: ${{ inputs.elementary-ref || 'ele-4724-dbt_fusion-support' }} # TODO: remove once the CLI PR is merged
+ elementary-ref: ${{ 'ele-4724-dbt_fusion-support' }} # TODO: remove once the CLI PR is merged
73
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
74
secrets: inherit
75
0 commit comments