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 d060ba6 commit ad8124aCopy full SHA for ad8124a
.github/workflows/test-warehouse.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
needs: [detect-fork]
73
# 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') || '' }}
+ environment: ${{ (needs.detect-fork.outputs.requires_approval == 'true' && 'elementary_test_env') || '' }}
75
concurrency:
76
# This is what eventually defines the schema name in the data platform.
77
group: tests_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}_${{ github.head_ref || github.ref_name }}
0 commit comments