Skip to content

Commit

Permalink
Fix env var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed May 22, 2024
1 parent adb4fe8 commit e8e59c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ runs:
env:
PERSON_ON_EVENTS_V2_ENABLED: ${{ inputs.person-on-events }}
GROUPS_ON_EVENTS_ENABLED: ${{ inputs.person-on-events }}
HOGQL_INSIGHTS_OVERRIDE: ${{ inputs.segment == 'Legacy insights backend' && 0 || 1 }}
HOGQL_INSIGHTS_OVERRIDE: ${{ inputs.segment == 'Legacy insights backend' && '0' || '1' }}
shell: bash
run: | # async_migrations covered in ci-async-migrations.yml
pytest ${{
Expand Down

0 comments on commit e8e59c6

Please sign in to comment.