From 83c2f230c393e00a437f540545f0e8b46f8c8d61 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Mon, 2 Sep 2024 17:37:48 +0200 Subject: [PATCH] small fix --- .github/workflows/timbl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/timbl.yml b/.github/workflows/timbl.yml index 99247ca..4defe03 100644 --- a/.github/workflows/timbl.yml +++ b/.github/workflows/timbl.yml @@ -130,7 +130,7 @@ jobs: run: sudo make install continue-on-error: true - name: get status install - if: ${{ steps.install.outcome != 'success' }} + if: ${{ env.action_status == '' && steps.install.outcome != 'success' }} run: echo "action_status=install" >> $GITHUB_ENV - name: make check id: check