[AAE-46514] - Improved check, updated descriptions, skip check on CI as there is already Sonar

This commit is contained in:
VitoAlbano
2026-06-04 09:26:32 +01:00
parent af8432f864
commit 0fa8672f16
9 changed files with 81 additions and 17 deletions
+1
View File
@@ -11,6 +11,7 @@ on:
env:
NODE_OPTIONS: "--max-old-space-size=5120"
ADF_SKIP_SECURITY_CHECK: 1
jobs:
build:
+1
View File
@@ -33,6 +33,7 @@ concurrency:
env:
GH_COMMIT: ${{ github.sha }}
NODE_OPTIONS: "--max-old-space-size=5120"
ADF_SKIP_SECURITY_CHECK: 1
jobs:
pre-checks:
+1
View File
@@ -40,6 +40,7 @@ env:
GH_BUILD_NUMBER: ${{ github.run_id }}
LOG_LEVEL: "ERROR"
NODE_OPTIONS: "--max-old-space-size=5120"
ADF_SKIP_SECURITY_CHECK: 1
jobs:
setup:
+3
View File
@@ -9,6 +9,9 @@ on:
type: string
default: 'develop'
env:
ADF_SKIP_SECURITY_CHECK: 1
jobs:
generate-affected-matrix:
name: "Generate affected matrix"