From 0c1ce6bf6a0a787c77a81244184efed2efd04533 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 18:43:06 +0300 Subject: [PATCH] Moved to the end. --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 2fd21e8..66b780e 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -57,7 +57,6 @@ jobs: can-fail: true - continue-on-error: ${{ matrix.can-fail }} || false runs-on: ${{ matrix.os }} env: @@ -109,4 +108,5 @@ jobs: - name: Run CL-INFO run: | qlot exec cl-info + continue-on-error: "${{ matrix.can-fail }}"