Skip to content

Commit 0ddf561

Browse files
committed
use matrix.type
1 parent f7af588 commit 0ddf561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keyvi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
build/unit_test_all
8181
8282
- name: Coverage
83-
if: runner.type == 'Coverage'
83+
if: matrix.type == 'Coverage'
8484
run: |
8585
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage
8686
coveralls -r . -b build/ -i keyvi \

0 commit comments

Comments
 (0)