From 284f1e31b158fe88e1acd002d714341773af0516 Mon Sep 17 00:00:00 2001 From: TG Date: Tue, 25 Mar 2025 00:26:27 +0100 Subject: [PATCH] Dummy change, will revert later Signed-off-by: TG --- .github/workflows/dispatch-workflow.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index 13b626bf194..6024b4f55f1 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -86,15 +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 }}