We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2293e3e commit 7514f5dCopy full SHA for 7514f5d
.github/workflows/verify-build.yml
@@ -374,7 +374,7 @@ jobs:
374
sudo pip install codecov ;
375
sudo pip install gcovr ;
376
sudo apt-get install cppcheck ;
377
- if: ${{ matrix.os-type == 'ubuntu' }}
+ if: ${{ matrix.os-type == 'discard' }}
378
379
- name: Fetch libmicrohttpd from cache
380
id: cache-libmicrohttpd
@@ -519,4 +519,4 @@ jobs:
519
run: |
520
cd build ;
521
bash <(curl -s https://codecov.io/bash) ;
522
- if: ${{ matrix.os-type == 'ubuntu' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}
+ if: ${{ matrix.os-type == 'discard' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}
0 commit comments