Skip to content

Commit 26549da

Browse files
committed
Fix to run coveralls for only one of the matrix jobs
1 parent c483ba3 commit 26549da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: nix profile install nixpkgs#devenv
2727
- run: LC_ALL=en_US.UTF-8 make devenv-test devenv-coverage devenv-docs PYTHON=${{ matrix.python }} SPHINX=${{ matrix.sphinx }}
2828
- uses: coverallsapp/github-action@v2
29+
if: matrix.python == 'python314' && matrix.sphinx == '8.2.3'
2930
with:
3031
debug: true
3132
format: cobertura

0 commit comments

Comments
 (0)