From b09f40950919a98c2dcce6aa8abb319e2a7e8f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Mon, 22 Apr 2024 12:38:10 +0200 Subject: [PATCH] Adjust HIL workflow --- .github/workflows/HIL_Tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/HIL_Tests.yml b/.github/workflows/HIL_Tests.yml index 06dac733..221bc9f5 100644 --- a/.github/workflows/HIL_Tests.yml +++ b/.github/workflows/HIL_Tests.yml @@ -10,14 +10,14 @@ on: - master jobs: - Get Repository: + Get_Repository: runs-on: RPi-HIL steps: - uses: actions/checkout@v1 PC_Application_RPi5: runs-on: RPi-HIL - needs: Get Repository + needs: Get_Repository steps: - name: Install dependencies run: | @@ -33,7 +33,7 @@ jobs: Embedded_Firmware: runs-on: RPi-HIL - needs: Get Repository + needs: Get_Repository steps: - name: Install toolchain run: |