repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5716dd5
)
Only analyse code on main workflow (#208)
author
Shinigami
<chrissi92@hotmail.de>
Sat, 20 Feb 2021 19:47:45 +0000
(20:47 +0100)
committer
GitHub
<noreply@github.com>
Sat, 20 Feb 2021 19:47:45 +0000
(20:47 +0100)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index d10434394915dccf4b1e7ea65e7e5cb2271c734c..3df4616e467eece2658d8b6aa09684300fb86242 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-47,7
+47,7
@@
jobs:
CI: true
- name: Sonar Code Analysis
- if: "github.repository == 'pioardi/poolifier'"
+ if: "github.repository == 'pioardi/poolifier'
&& matrix.node-version == '14.x'
"
run: |
npm run sonar
env: