From 79067a542552f941f7375a039377652999985a09 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 11 May 2020 12:11:07 -0400 Subject: [PATCH] chore: Remove CodeQL strategy The job isn't using a matrix, so this value isn't allowed --- .github/workflows/codeql-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 80ab64a..5b5c708 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,9 +10,6 @@ on: jobs: CodeQL-Build: - strategy: - fail-fast: false - # CodeQL runs on ubuntu-latest and windows-latest runs-on: ubuntu-latest