From 5c701f9a754cc9600eff34dc0e1fa1db761742c2 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Thu, 8 Dec 2022 15:13:40 +0000 Subject: [PATCH] merge-allure-report: create report even if benchmarks is skipped (#3029) --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 49f94ad60e..49187ab64a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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: