From 12e1d802a3578e9f1dfeae5b36704cc2faf2754a Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 28 Jul 2022 20:29:01 +0100 Subject: [PATCH] Remove unused build_type --- .github/workflows/plugin-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-tests.yml b/.github/workflows/plugin-tests.yml index 7c689d80..4b272042 100644 --- a/.github/workflows/plugin-tests.yml +++ b/.github/workflows/plugin-tests.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: - build_type: ["backend", "frontend-legacy", "frontend"] + build_type: ["backend", "frontend"] steps: - uses: actions/checkout@v3