ci: disable testing with script type as redundant
This commit is contained in:
parent
f2e43f891a
commit
2a6e775b69
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -89,7 +89,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
type: [ Script, Module ]
|
||||
#type: [ Script, Module ]
|
||||
type: [ Module ]
|
||||
os: [
|
||||
{ distro: Ubuntu, release: 12.04 },
|
||||
{ distro: Ubuntu, release: 14.04 },
|
||||
|
Loading…
Reference in New Issue
Block a user