diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index b78d0b6afd..69f2dffd37 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -27,6 +27,7 @@ on: paths: - "apps/**" - "!apps/modernization-ui/**" + - "!apps/report-execution/**" - "libs/**" - "build.gradle" - "settings.gradle" @@ -43,7 +44,7 @@ env: jobs: pipeline: - name: Build and analyze + name: Build and analyze Java runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/verify-formatting.yaml b/.github/workflows/verify-formatting.yaml index 27738052e7..dcbc58e973 100644 --- a/.github/workflows/verify-formatting.yaml +++ b/.github/workflows/verify-formatting.yaml @@ -3,13 +3,22 @@ on: pull_request: branches: - main + paths: + - "apps/**" + - "!apps/modernization-ui/**" + - "!apps/report-execution/**" + - "libs/**" + - "build.gradle" + - "settings.gradle" + - "gradle/**" + - ".github/workflows/verify-formatting.yaml" push: branches: - main jobs: pipeline: - name: Build and analyze + name: Java runs-on: ubuntu-latest permissions: