From a0d28a00a637903914de786c011decd7dd0de938 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Wed, 13 Nov 2024 21:25:40 +0100 Subject: [PATCH] Update sonatype_scan.yaml remove commented line --- .github/workflows/sonatype_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonatype_scan.yaml b/.github/workflows/sonatype_scan.yaml index 94bd091c..1693c909 100644 --- a/.github/workflows/sonatype_scan.yaml +++ b/.github/workflows/sonatype_scan.yaml @@ -15,7 +15,7 @@ env: jobs: build: - # if: github.repository_owner == 'finos' + if: github.repository_owner == 'finos' name: Build runs-on: ubuntu-latest steps: