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 8ca403d commit fd65ea0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/qt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd65ea0

Please sign in to comment.