diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index 6024b4f55f1..3654f72b5a6 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -86,13 +86,13 @@ jobs: profile: ${{ inputs.profile }} bencher: ${{ inputs.bencher }} - #linux-arm: - #if: ${{ inputs.workflow == 'linux-arm' }} - #name: Linux ARM - #uses: ./.github/workflows/linux-arm.yml - #secrets: inherit - #with: - #profile: ${{ inputs.profile }} - #unit-tests: ${{ inputs.unit-tests }} - #build-libservo: ${{ inputs.build-libservo }} - # bencher: ${{ inputs.bencher }} + linux-arm: + if: ${{ inputs.workflow == 'linux-arm' }} + name: Linux ARM + uses: ./.github/workflows/linux-arm.yml + secrets: inherit + with: + profile: ${{ inputs.profile }} + unit-tests: ${{ inputs.unit-tests }} + build-libservo: ${{ inputs.build-libservo }} + bencher: ${{ inputs.bencher }}