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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- develop
|
- develop
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
emacs_version:
|
emacs_version:
|
||||||
- 26.3
|
- 26.3
|
||||||
|
- 27.1
|
||||||
include:
|
include:
|
||||||
- emacs_version: 26.3
|
- emacs_version: 26.3
|
||||||
lint_ignore: 1
|
lint_ignore: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue