git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ece17
)
remove qodana scan from ci builds - it adds noise but no value
author
gggeek
<giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 10:01:30 +0000
(10:01 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 10:01:30 +0000
(10:01 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
c452d6c
..
3788f67
100644
(file)
--- a/
.github/workflows/ci.yaml
+++ b/
.github/workflows/ci.yaml
@@
-113,10
+113,11
@@
jobs:
- name: test perl demo files
run: 'perl demo/client/perl/test.pl'
- - name: Qodana scan
- uses: JetBrains/qodana-action@main
- env:
- QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
+ # disabled for the moment (2023/02), as we get only noise from the scans...
+ #- name: Qodana scan
+ # uses: JetBrains/qodana-action@main
+ # env:
+ # QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: failure troubleshooting
if: ${{ failure() }}