Skip to content

Commit

Permalink
ci(qodana): disable qodana code scan on fork prs
Browse files Browse the repository at this point in the history
- disable qodana code scan on fork PRs
  • Loading branch information
ryanvade committed Nov 24, 2023
1 parent 17ac76c commit cb25fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
qodana:
# noinspection SpellCheckingInspection
if: github.repository_owner == 'ryanvade'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cb25fb9

Please sign in to comment.