Skip to content

Commit 963c0c0

Browse files
PBM CI fix branch for push event (#1089)
1 parent 5bd6f77 commit 963c0c0

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)