From 6900af110d6e6c0cd2b46d8860935e38d34e1ebc Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Sat, 10 Feb 2024 20:20:33 +0100 Subject: [PATCH] fixup! GitHub workflows: abi: error if reference ABI can't be downloaded --- .github/workflows/abi.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/abi.yaml b/.github/workflows/abi.yaml index f019cb85c..7fc3ec1d3 100644 --- a/.github/workflows/abi.yaml +++ b/.github/workflows/abi.yaml @@ -57,8 +57,10 @@ jobs: name: abi-test path: abi-test - name: fail - if: > - ${{ env.ABI_BRANCH != github.ref_name && - (steps.reference.outcome == 'failure' || - steps.compare.outcome == 'failure') }} + if: >- + ${{ + env.ABI_BRANCH != github.ref_name && + (steps.reference.outcome == 'failure' || + steps.compare.outcome == 'failure') + }} run: false