reverting dummy change

Signed-off-by: TG <ebiritg@gmail.com>
This commit is contained in:
TG 2025-03-25 11:00:48 +01:00
parent 284f1e31b1
commit bce28c924a

View file

@ -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 }}