From 50bafaf87aa61b570c8505ac5898c64c9a537f57 Mon Sep 17 00:00:00 2001 From: Lukasz Narolski Date: Fri, 29 Nov 2024 13:23:20 +0100 Subject: [PATCH] Invalid workflow file for Bi-weekly build, test and publish Release --- .github/workflows/biweekly-build-test-and-publish-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/biweekly-build-test-and-publish-release.yaml b/.github/workflows/biweekly-build-test-and-publish-release.yaml index 2050046..09f7560 100644 --- a/.github/workflows/biweekly-build-test-and-publish-release.yaml +++ b/.github/workflows/biweekly-build-test-and-publish-release.yaml @@ -82,7 +82,8 @@ jobs: biweekly-build-test-and-publish-release: runs-on: ${{ matrix.runner }} - matrix: + strategy: + matrix: include: - runner: ubuntu-latest arch: x86_64