From efbc9ef2bfcbfcfb1a582faf4d05e86896d79279 Mon Sep 17 00:00:00 2001 From: Nikolai Korolev Date: Thu, 28 Nov 2024 18:50:39 +0000 Subject: [PATCH] Fix codeql-analysis breaking in every fork repo that enables GitHub Actions (#5537) --- .github/workflows/codeql-analysis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 71eaae39f0..22bb82a3ef 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,14 +11,8 @@ # name: "CodeQL" -#on: -# push: -# branches: [ master ] -# pull_request: -# # The branches below must be a subset of the branches above -# branches: [ master ] -# schedule: -# - cron: '30 18 * * 6' +on: + workflow_dispatch jobs: analyze: