Merge pull request #46154 from crazy-max/fix-dco-tag-events

ci(bin-image): skip dco on push tag events
This commit is contained in:
Sebastiaan van Stijn 2023-11-19 13:43:22 +01:00 committed by GitHub
commit 0af1650158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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