From 6a67d0e67412ce9d418ff2d866832df2fe8d0374 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 19 Apr 2024 15:31:34 -0600 Subject: [PATCH] Per #521, remove feature_521_develop_sonarqube_gha branch name from sonarqube.xml I'd added to use for testing. --- .github/workflows/sonarqube.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index ab68a04b..3e85000e 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -9,7 +9,6 @@ on: branches: - develop - 'main_v**' - - feature_521_develop_sonarqube_gha paths-ignore: - 'docs/**' - '.github/pull_request_template.md' @@ -23,7 +22,6 @@ on: branches: - develop - 'main_v**' - - feature_521_develop_sonarqube_gha paths-ignore: - 'docs/**' - '.github/pull_request_template.md'