Merge pull request #51401 from vvoland/binimage-tags

gha/bin-image: Fix dco running on non-v tags
This commit is contained in:
Paweł Gronowski
2025-11-05 15:37:15 +01:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ env:
jobs:
validate-dco:
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: ./.github/workflows/.dco.yml
prepare: