Skip to content

Commit 26c6051

Browse files
committed
fix condition
1 parent 91e0c15 commit 26c6051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all-warehouses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
warehouse-type: ${{ matrix.warehouse-type }}
6767
dbt-version: ${{ matrix.dbt-version }}
6868
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 || '') }}
69+
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
7070
secrets: inherit
7171

7272
notify_failures:

0 commit comments

Comments
 (0)