There was an error while loading. Please reload this page.
1 parent eadb53c commit b558bb2Copy full SHA for b558bb2
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: |
96
if [ -n "${{ github.base_ref }}" ]; then
97
git fetch --no-tags origin "${{ github.base_ref }}"
98
- PYBLE_DCO_RANGE="origin/${{ github.base_ref }}..HEAD" tools/ci/dco_check.sh
+ PYBLE_DCO_RANGE="origin/${{ github.base_ref }}..${{ github.event.pull_request.head.sha }}" tools/ci/dco_check.sh
99
else
100
PYBLE_DCO_RANGE="${{ github.event.before }}..${{ github.sha }}" tools/ci/dco_check.sh
101
fi
0 commit comments