Skip to content

Commit

Permalink
fix CodeQL pipeline to not trigger on maven-release-plugin commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijgerd committed Apr 30, 2024
1 parent d5f2f29 commit ce2d660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce2d660

Please sign in to comment.