Skip to content

Commit

Permalink
Merge branch 'main' into refactor/SPV-1087-add-new-version-of-the-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski authored Jan 8, 2025
2 parents 275bccb + fffa2c3 commit c2094b7
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 c2094b7

Please sign in to comment.