Skip to content

Commit

Permalink
Wait for build_arm_runner with releasing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 15, 2024
1 parent 330af29 commit b395c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
# Only upload release if all builds, on all runners, succeeded.
needs: [build_docker, build_runner_native]
needs: [build_docker, build_runner_native, build_arm_runner]
steps:
- name: Download packaged releases
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b395c17

Please sign in to comment.