From 3b6434651709876fa88658f634625b315a54fbe6 Mon Sep 17 00:00:00 2001 From: ER Date: Mon, 3 Apr 2023 16:34:42 +0300 Subject: [PATCH] chore: remove unused matrix vars --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dbc057..c555207 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,11 +30,7 @@ jobs: strategy: fail-fast: false matrix: - major_version: [37] - include: - - major_version: 37 - is_latest_version: true - is_stable_version: true + steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action