зеркало из https://github.com/py-why/EconML.git
Fix status checks in CI workflow
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
This commit is contained in:
Родитель
8b7fe33860
Коммит
c39cc10116
|
@ -224,7 +224,7 @@ jobs:
|
|||
steps:
|
||||
- run: exit 1
|
||||
name: At least one check failed or was cancelled
|
||||
if: ${{ !(success()) }}
|
||||
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
|
||||
- run: exit 0
|
||||
name: All checks passed
|
||||
if: ${{ success() }}
|
||||
if: ${{ !(contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')) }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче