diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79889f628..b0af5e080 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -556,8 +556,8 @@ jobs: # event-type: python-hil-event # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' - notify_hil_workflow_linux_x86_64: - needs: [build-linux-x86_64] + notify_hil_workflow: + needs: [build-linux-armhf, build-linux-x86_64] runs-on: ubuntu-latest steps: - name: Dispatch an action and get the run ID @@ -573,4 +573,4 @@ jobs: workflow_timeout_seconds: 300 # was 120 Default: 300 - name: Release - run: echo "https://github.com/luxonis/depthai-core-hil-tests/actions/runs/${{steps.return_dispatch.outputs.run_id}}" >> $GITHUB_STEP_SUMMARY \ No newline at end of file + run: echo "https://github.com/luxonis/depthai-core-hil-tests/actions/runs/${{steps.return_dispatch.outputs.run_id}}" >> $GITHUB_STEP_SUMMARY