ci(bin-image): skip dco on push tag events

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-11-19 12:53:16 +01:00
parent 75324c4cc8
commit f4776ef9df
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

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