Skip to content

Commit

Permalink
build all qt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 6, 2024
1 parent fd65ea0 commit 666fb97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 666fb97

Please sign in to comment.