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:
commit
2f80a91b3e
2 changed files with 1 additions and 2 deletions
1
.github/workflows/bin-image.yml
vendored
1
.github/workflows/bin-image.yml
vendored
|
@ -82,6 +82,7 @@ jobs:
|
|||
needs:
|
||||
- validate-dco
|
||||
- prepare
|
||||
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -10,8 +10,6 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
- '[0-9]+.[0-9]+'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue