Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 11, 2023
1 parent d00d509 commit 266183a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
notify:
runs-on: ubuntu-latest
id: notification
name: Notify Qt Modules Repository
needs: [windows-msvc-build]
needs: [windows-msvc]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -61,7 +60,6 @@ jobs:

windows-msvc:
runs-on: windows-2019
id: windows-msvc-build
needs: check
if: needs.check.outputs.deploy != 'false'
name: windows-msvc-v${{ matrix.toolset }}-${{ matrix.arch }}-qt-${{ matrix.qt_version }}-${{ matrix.build_type }}
Expand Down

0 comments on commit 266183a

Please sign in to comment.