From ce2d660deacb44a60754cbe3199920f7b58c7fc5 Mon Sep 17 00:00:00 2001 From: jwijgerd Date: Tue, 30 Apr 2024 08:38:39 +0200 Subject: [PATCH] fix CodeQL pipeline to not trigger on maven-release-plugin commits --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 480f0956..1754eebb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,6 +22,7 @@ on: jobs: analyze: + if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')" name: Analyze # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql