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 91e0c15 commit 26c6051Copy full SHA for 26c6051
.github/workflows/test-all-warehouses.yml
@@ -66,7 +66,7 @@ jobs:
66
warehouse-type: ${{ matrix.warehouse-type }}
67
dbt-version: ${{ matrix.dbt-version }}
68
elementary-ref: ${{ inputs.elementary-ref }}
69
- dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref != '' && inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '') }}
+ dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
70
secrets: inherit
71
72
notify_failures:
0 commit comments