From cb25fb93129d532889503ee47d38a0a5706fdfde Mon Sep 17 00:00:00 2001 From: Ryan Owens Date: Fri, 24 Nov 2023 14:46:39 -0600 Subject: [PATCH] ci(qodana): disable qodana code scan on fork prs - disable qodana code scan on fork PRs --- .github/workflows/qodana_code_quality.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 64deb09..9468955 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -8,6 +8,8 @@ on: jobs: qodana: + # noinspection SpellCheckingInspection + if: github.repository_owner == 'ryanvade' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4