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 2293e78 commit 19c956cCopy full SHA for 19c956c
.github/workflows/run-test.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
- continue-on-error: ${{matrix.emacs_version == 'snapshot'}}
+ continue-on-error: ${{matrix.version == 'snapshot'}}
13
14
strategy:
15
matrix:
0 commit comments