Skip to content

Commit

Permalink
[maven-release-plugin] codeql pipeline should ignore commits from the…
Browse files Browse the repository at this point in the history
… maven-release-plugin

message contents added manually to test change
  • Loading branch information
jwijgerd committed May 23, 2024
1 parent 33b91f2 commit 8089fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-v6.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 8089fbf

Please sign in to comment.