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)