From 39210edd595a4b4f27e645a98a4687ae6010eef4 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 27 Jun 2023 19:58:04 +0200 Subject: [PATCH] don't use always --- .github/workflows/ci-conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index f0383ae9955..2048d9c43ae 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -102,12 +102,12 @@ jobs: SAGE_NUM_THREADS: 2 - name: Verify dependencies - if: always() + if: success() || failure() shell: bash -l {0} run: pip check - name: Test - if: always() + if: success() || failure() shell: bash -l {0} run: ./sage -t --all -p0