Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Build
on:
pull_request:
branches-ignore:
- 'dogfood/**'
push:
branches:
- 'master'
- 'branch-*'
branches-ignore:
- 'public_master'
- 'dogfood/**'
tags-ignore:
- '**'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -39,6 +27,6 @@ jobs:
with:
deploy: false
artifactory-reader-role: private-reader
artifactory-deployer-role: private-reader
artifactory-deployer-role: qa-deployer
sonar-platform: next
gradle-args: "-Dsonar.projectKey=sonarqube -Dsonar.organization=sonarsource -Dsonar.exclusions=**/design-system/theme/**,**/legacy-design-system/**"
1 change: 0 additions & 1 deletion server/sonar-db-dao/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies {
compileOnlyApi 'com.github.spotbugs:spotbugs-annotations'

implementation "com.sonarsource.sonarcloud:compliance-reports:${complianceReportsVersion}"
implementation "com.sonarsource.sonarcloud:compliance-reports-metadata:${complianceReportsVersion}"

testImplementation 'commons-dbutils:commons-dbutils'
testImplementation 'org.assertj:assertj-core'
Expand Down