From 05ef43d732af64b7066e246c070e89469da70d11 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 9 Nov 2020 11:30:33 +0100 Subject: [PATCH] Disable CodeQL for now while we figure out why it doesn't work --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b0984bd846..e904bdf9b6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "Code scanning - action" on: push: - branches: [v8/contrib] + branches: [v8/none] pull_request: # The branches below must be a subset of the branches above # SJ: Don't run on PR branches for now