From 0c95668e7a7973adcf96836319ec277a51a1d86e Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Mon, 6 May 2024 08:22:47 +0200 Subject: [PATCH] ci: Update build-test name to match the required CI jobs (#1536) --- .github/workflows/hil.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index a445213b1..4462736c1 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -18,7 +18,7 @@ env: jobs: build-tests: - name: Build Tests | ${{ matrix.target.soc }} + name: HIL Test | ${{ matrix.target.soc }} runs-on: ubuntu-latest strategy: