From 2a6e775b6932147a1e3e59832841ac887439e7cc Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 17 May 2023 15:31:21 +0000 Subject: [PATCH] ci: disable testing with script type as redundant --- .github/workflows/ubuntu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2efc0b7..47839e2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 },