[24.0 backport] ci(bin-image fixes
@@ -24,6 +24,7 @@ env:
jobs:
validate-dco:
+ if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
uses: ./.github/workflows/.dco.yml
prepare:
@@ -81,6 +82,7 @@ jobs:
needs:
- validate-dco
- prepare
+ if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
strategy:
fail-fast: false
matrix:
@@ -10,8 +10,6 @@ on:
branches:
- 'master'
- '[0-9]+.[0-9]+'
- tags:
- - 'v*'
pull_request:
env: