Skip to content

Commit 19c956c

Browse files
committed
Fix GitHub Action
1 parent 2293e78 commit 19c956c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
continue-on-error: ${{matrix.emacs_version == 'snapshot'}}
12+
continue-on-error: ${{matrix.version == 'snapshot'}}
1313

1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)