Skip to content

Commit 31046ab

Browse files
committed
remove hack that's not working anyway
1 parent 7f84089 commit 31046ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
warehouse-type: ${{ matrix.warehouse-type }}
6262
dbt-version: ${{ matrix.dbt-version }}
63-
elementary-ref: ${{ 'ele-4724-dbt_fusion-support' }}
63+
elementary-ref: ${{ inputs.elementary-ref }}
6464
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
6565
secrets: inherit
6666

.github/workflows/test-warehouse.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
type: string
2222
required: false
2323
description: Branch or tag to checkout for 'elementary' repository
24-
default: ele-4724-dbt_fusion-support # TEMPORARY
2524
dbt-data-reliability-ref:
2625
type: string
2726
required: false
@@ -43,7 +42,6 @@ on:
4342
dbt-data-reliability-ref:
4443
type: string
4544
required: false
46-
default: ele-4724-dbt_fusion-support # TEMPORARY
4745
dbt-version:
4846
type: string
4947
default: "latest_official"

0 commit comments

Comments
 (0)