Changed name and removed a config
This commit is contained in:
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "config_name"
|
||||
name: "analysis"
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SONAR_SCANNER_VERSION: 4.4.0.2170
|
||||
|
2
.github/workflows/userconfigs.yml
vendored
2
.github/workflows/userconfigs.yml
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user