From 96ac60246becce708c737e16e9bdf282b6ec4a23 Mon Sep 17 00:00:00 2001 From: Rodney Littles II <6969701+RLittlesII@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:36:41 -0600 Subject: [PATCH] chore: turn off Qodana (#268) --- .github/workflows/qodana.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index ba035810f..2207aaaa9 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -1,11 +1,11 @@ name: Qodana -on: - workflow_dispatch: - pull_request: - push: - branches: - - master - - chore/qodana +#on: +# workflow_dispatch: +# pull_request: +# push: +# branches: +# - master +# - chore/qodana jobs: qodana: