Skip to content

Commit

Permalink
ci(SPV-1354): fix running regression tests against the code from PR f…
Browse files Browse the repository at this point in the history
…rom fork
  • Loading branch information
dorzepowski committed Jan 8, 2025
1 parent db319cd commit fffa2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
run_id: '${{ github.run_id }}-${{ github.run_attempt }}'
keep_instances: ${{ inputs.keep_instances }}
go_client_repository: ${{ github.event.head.repo.full_name || github.repository }}
go_client_repository: ${{ github.event.pull_request.head.repo.full_name || github.repository}}
go_client_ref: ${{ github.head_ref || github.ref }}
run_js_client_tests: false
secrets:
Expand Down

0 comments on commit fffa2c3

Please sign in to comment.