From bec6716fa50325e072d0da40c1d58b4545918633 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 26 Oct 2024 11:49:29 +0900 Subject: [PATCH] [TEST] ci: Add toolchain host name to workflow name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8dc8107..15eb5ae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ # Zephyr SDK Continuous Integration Workflow -name: CI +name: CI (${{ github.event.inputs.host }}) on: push: