Merge pull request #46936 from crazy-max/fix-dco-on-tag

ci(bin-image): fix conditional run for skipped job
This commit is contained in:
Sebastiaan van Stijn 2023-12-15 18:38:53 +01:00 committed by GitHub
commit 2f80a91b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

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