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:
|
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
|
||||||
|
2
.github/workflows/userconfigs.yml
vendored
2
.github/workflows/userconfigs.yml
vendored
@ -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)
|
||||||
|
Reference in New Issue
Block a user