Skip to content

Commit

Permalink
skip codeql on intermediate push from mvn release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 12, 2024
1 parent 9cc5b51 commit 924206d
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 @@ -21,6 +21,7 @@ on:

jobs:
analyze:
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
name: Analyze

runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
Expand Down

0 comments on commit 924206d

Please sign in to comment.