diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index cf0c236..b4e5053 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -9,7 +9,7 @@ on: jobs: build: - name: "config_name" + name: "analysis" runs-on: ubuntu-latest env: SONAR_SCANNER_VERSION: 4.4.0.2170 diff --git a/.github/workflows/userconfigs.yml b/.github/workflows/userconfigs.yml index bc8d10f..56ba2e1 100644 --- a/.github/workflows/userconfigs.yml +++ b/.github/workflows/userconfigs.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node: [feedc0de, comred, peter, mick, allfeatures, nofeatures] + node: [feedc0de, comred, peter, mick, nofeatures] # allfeatures not used here steps: - name: Checkout (without submodules)