diff --git a/.github/workflows/qt-ci.yml b/.github/workflows/qt-ci.yml index 72778b3e844..67affb7e42e 100644 --- a/.github/workflows/qt-ci.yml +++ b/.github/workflows/qt-ci.yml @@ -52,7 +52,12 @@ on: concurrency: # cancel jobs on PRs only group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} +# +# +# FIXME: reenable this +# +# cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} + cancel-in-progress: false jobs: build: