Skip to content

Commit

Permalink
Remove pr-mode: false from Qodana workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 26, 2024
1 parent 4fad039 commit 100cac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ jobs:
args: --config,qodana-frontend.yml
artifact-name: qodana-frontend
cache-default-branch-only: true
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

Expand Down Expand Up @@ -251,7 +250,6 @@ jobs:
args: --config,qodana-backend.yml
artifact-name: qodana-backend
cache-default-branch-only: true
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_BACKEND }}

Expand Down

0 comments on commit 100cac0

Please sign in to comment.