diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 02:33:39 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 02:33:39 +0100 |
commit | 42eaf3671c656088f8d038f83973f0931ad7051c (patch) | |
tree | 3bba3f5d8ab14fb639bb99c484a8a8dd1ff2fa79 | |
parent | 487e7f5ef75a5a5a4d732027d0b7705fdffb71ca (diff) | |
download | libquotient-42eaf3671c656088f8d038f83973f0931ad7051c.tar.gz libquotient-42eaf3671c656088f8d038f83973f0931ad7051c.zip |
Sonar: leave just one job
There's not much value in analysing the code without E2EE and with E2EE
because E2EE is additive; and there's no plan to look close into
the generated API code apart from what already ends up being committed.
-rw-r--r-- | .github/workflows/sonar.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 76db59c9..ae96aebc 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: qt-version: [ '5.12.10' ] - e2ee: [ '', 'e2ee' ] - update-api: [ '', 'update-api' ] + e2ee: [ 'e2ee' ] + update-api: [ '' ] env: SONAR_SCANNER_VERSION: 4.6.2.2472 |