Merge pull request #46945 from thaJeztah/24.0_backport_gha_fixes

[24.0 backport] ci(bin-image fixes
This commit is contained in:
Sebastiaan van Stijn 2023-12-19 10:42:14 +01:00 committed by GitHub
commit 4d14c7db67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -10,8 +10,6 @@ on:
branches:
- 'master'
- '[0-9]+.[0-9]+'
tags:
- 'v*'
pull_request:
env: