Skip to content

Commit c029d52

Browse files
author
dickmao
committed
gha documentation lacks good examples
1 parent 3afc728 commit c029d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: nose
6565
run: nosetests
6666
- name: coveralls
67-
if: startsWith(matrix.emacs_version, '3')
67+
if: ${{ matrix.emacs_version > 3 }}
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
run: |

0 commit comments

Comments
 (0)