mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[qodana] Disable cache for Qodana daily scan on community repo
GitOrigin-RevId: f1df3bc322475becf2399ecf2f18433cf5f34247
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1cc94bc159
commit
a36142937a
2
.github/workflows/code_quality.yml
vendored
2
.github/workflows/code_quality.yml
vendored
@@ -19,5 +19,7 @@ jobs:
|
|||||||
fetch-depth: 0 # a full history is required for pull request analysis
|
fetch-depth: 0 # a full history is required for pull request analysis
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
uses: JetBrains/qodana-action@v2024.2
|
uses: JetBrains/qodana-action@v2024.2
|
||||||
|
with:
|
||||||
|
use-caches: false
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user