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 b27aabd commit e83fe4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-tag-netcore-desktop-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ jobs:
trigger_pipe:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
needs: [build_core, build_mac_x64, build_win]
# build_mac_arm64 is not used for end2end tests
needs: [build_core, build_mac_x64, build_win, build_mac_arm64]
# build_mac_arm64 is not used for end2end tests, but it needs to be done
steps:
- name: trigger end2end-ubuntu-ci.yml
shell: bash
Expand Down

0 comments on commit e83fe4a

Please sign in to comment.