We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf7ceb7 + 963c0c0 commit a2e7da9Copy full SHA for a2e7da9
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
psmdb: ["6.0", "7.0", "8.0"]
45
test: [logical, physical, incremental, external]
46
env:
47
- PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
+ PBM_BRANCH: ${{ github.event.inputs.pbm_branch || github.ref_name }}
48
GO_VER: ${{ github.event.inputs.go_ver || '1.22-bullseye' }}
49
PR_NUMBER: ${{ github.event.number|| github.event.inputs.pr_ver }}
50
MAKE_TARGET: 'build-cover'
0 commit comments