From 66c20a9b8e443eb011c8f7dbae7b6da800263ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 25 Nov 2024 17:49:24 -0300 Subject: [PATCH] ci: Only run bench after slow-tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 002c78c3f..1ef2419e2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -90,7 +90,7 @@ jobs: retention-days: 1 run-bench: - needs: cross-compile-bench + needs: [cross-compile-bench, slow-tests] if: ${{ github.repository_owner == 'bluerobotics' }} runs-on: raspbian-armv7-kernel-5.10.33 steps: