Skip to content

Commit 88274a4

Browse files
authored
[jb] fix running JB integration tests triggered by PR (#17082)
1 parent db756b3 commit 88274a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
TEST_USE_LATEST_VERSION: ${{ needs.configuration.outputs.latest_ide_version }}
384384
TEST_BUILD_ID: ${{ github.run_id }}
385385
TEST_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
386-
TEST_BUILD_REF: ${{ github.ref }}
386+
TEST_BUILD_REF: ${{ github.head_ref || github.ref }}
387387
run: |
388388
set -euo pipefail
389389

0 commit comments

Comments
 (0)