Fixed actions
This commit is contained in:
1
.github/workflows/analysis.yml
vendored
1
.github/workflows/analysis.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
SONAR_SERVER_URL: "https://sonarcloud.io"
|
SONAR_SERVER_URL: "https://sonarcloud.io"
|
||||||
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
|
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
|
||||||
SONAR_CACHE_DIR: sonar_cache
|
SONAR_CACHE_DIR: sonar_cache
|
||||||
environment: Analysis
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
1
.github/workflows/userconfigs.yml
vendored
1
.github/workflows/userconfigs.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: Userconfigs
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user