From 666fb97bbd9dc0b48675790093906e43851f80e1 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 5 Aug 2024 15:04:41 -0400 Subject: [PATCH] build all qt --- .github/workflows/qt-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qt-ci.yml b/.github/workflows/qt-ci.yml index f99fb863859..e60803fc1f7 100644 --- a/.github/workflows/qt-ci.yml +++ b/.github/workflows/qt-ci.yml @@ -49,19 +49,19 @@ on: - ".gitmodules" - "!**/*.md" -concurrency: - # cancel jobs on PRs only - group: ${{ github.workflow }}-${{ github.ref }} # # # FIXME: reenable this # +#concurrency: +# # cancel jobs on PRs only +# group: ${{ github.workflow }}-${{ github.ref }} # cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - cancel-in-progress: false jobs: build: strategy: + fail-fast: false # FIXME: delete! matrix: include: - name: Linux