Skip to content

Commit a2e7da9

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents cf7ceb7 + 963c0c0 commit a2e7da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
psmdb: ["6.0", "7.0", "8.0"]
4545
test: [logical, physical, incremental, external]
4646
env:
47-
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
47+
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || github.ref_name }}
4848
GO_VER: ${{ github.event.inputs.go_ver || '1.22-bullseye' }}
4949
PR_NUMBER: ${{ github.event.number|| github.event.inputs.pr_ver }}
5050
MAKE_TARGET: 'build-cover'

0 commit comments

Comments
 (0)