Skip to content

Commit

Permalink
Update release-on-tag-netcore-desktop-electron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Mar 1, 2024
1 parent 9296ef6 commit b27aabd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ jobs:
trigger_pipe:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
needs: [build_core, build_mac, build_win]
needs: [build_core, build_mac_x64, build_win]
# build_mac_arm64 is not used for end2end tests
steps:
- name: trigger end2end-ubuntu-ci.yml
shell: bash
Expand Down

0 comments on commit b27aabd

Please sign in to comment.