mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-03 11:32:56 +00:00
merge-allure-report: create report even if benchmarks is skipped (#3029)
This commit is contained in:
committed by
GitHub
parent
4de4217247
commit
5c701f9a75
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -305,7 +305,7 @@ jobs:
|
||||
image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned
|
||||
options: --init
|
||||
needs: [ regress-tests, benchmarks ]
|
||||
if: success() || failure()
|
||||
if: ${{ !cancelled() }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user