Skip to content

Commit ad8124a

Browse files
committed
bugfix
1 parent d060ba6 commit ad8124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
needs: [detect-fork]
7373
# PRs from forks require approval - so we use an environment that requires an approver from the team.
74-
environment: ${{ (steps.detect-fork.outputs.requires_approval == 'true' && 'elementary_test_env') || '' }}
74+
environment: ${{ (needs.detect-fork.outputs.requires_approval == 'true' && 'elementary_test_env') || '' }}
7575
concurrency:
7676
# This is what eventually defines the schema name in the data platform.
7777
group: tests_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}_${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)