Changed name and removed a config

This commit is contained in:
CommanderRedYT
2021-12-23 15:50:36 +01:00
parent 86daa1a8cb
commit b341daefa5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
name: "config_name" name: "analysis"
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
SONAR_SCANNER_VERSION: 4.4.0.2170 SONAR_SCANNER_VERSION: 4.4.0.2170

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node: [feedc0de, comred, peter, mick, allfeatures, nofeatures] node: [feedc0de, comred, peter, mick, nofeatures] # allfeatures not used here
steps: steps:
- name: Checkout (without submodules) - name: Checkout (without submodules)