Disable CI tests
Until they are fixed.
This commit is contained in:
parent
b3ba98cfd6
commit
1ed6f8c1f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -3,20 +3,20 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
emacs_version:
|
||||
- 26.3
|
||||
- 27.1
|
||||
include:
|
||||
- emacs_version: 26.3
|
||||
lint_ignore: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue