From 2021e308e4f09340cd7055e6aa6b568a1127407b Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Tue, 28 Dec 2021 18:34:37 +0100 Subject: [PATCH] Update userconfigs.yml --- .github/workflows/userconfigs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/userconfigs.yml b/.github/workflows/userconfigs.yml index 7140495..87dfc61 100644 --- a/.github/workflows/userconfigs.yml +++ b/.github/workflows/userconfigs.yml @@ -7,13 +7,14 @@ on: jobs: build: - name: "configs" runs-on: ubuntu-latest environment: Userconfigs strategy: fail-fast: false matrix: node: [feedc0de, comred, peter, mick, nofeatures] # allfeatures not used here + name: >- + Config (${{ matrix.node }}) steps: - name: Checkout (without submodules)