Skip to content

Commit

Permalink
Only run Qodana if a PR is tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 2, 2024
1 parent 1d55c55 commit dd55aca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
name: Qodana
runs-on: ubuntu-latest
if: >
github.repository_owner == 'Apicurio' &&
!contains(github.event.*.labels.*.name, 'DO NOT MERGE') &&
github.event.pull_request.user.login != 'dependabot[bot]'
github.repository_owner == 'Apicurio' && contains(github.event.*.labels.*.name, 'QODANA')
permissions:
checks: write
contents: write
Expand Down

0 comments on commit dd55aca

Please sign in to comment.