Skip to content

Commit

Permalink
ci(qodana): disable code scan on fork prs
Browse files Browse the repository at this point in the history
- disable code scan on fork PRs
  • Loading branch information
ryanvade committed Nov 24, 2023
1 parent 6ddfbb7 commit 39a1b65
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 @@ -9,6 +9,8 @@ on:

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

0 comments on commit 39a1b65

Please sign in to comment.