Skip to content

Commit

Permalink
if MSVC or Qt5 build failed, continue and don't affect create-relase …
Browse files Browse the repository at this point in the history
…job.
  • Loading branch information
dsm authored Nov 24, 2024
1 parent a66ea83 commit 385f14d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

build-linux-qt5:
runs-on: ubuntu-22.04
continue-on-error: true
needs: setup
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -402,6 +403,7 @@ jobs:
build-windows:
runs-on: windows-2022
continue-on-error: true
needs: setup
strategy:
fail-fast: false
Expand Down Expand Up @@ -527,7 +529,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
needs: [setup, build-linux-qt5, build-linux-appimage-qt6, build-mac-intel, build-mac-universal, build-windows, build-windows-msvc]
needs: [setup, build-linux-appimage-qt6, build-mac-intel, build-mac-universal, build-windows]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 385f14d

Please sign in to comment.