From f86c6fc633a6ef9480a4980275f9bf3c0084435c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 8 May 2024 15:37:44 -0400 Subject: [PATCH] CodeQL has started to fail #6482 only: disabling for now --- .github/workflows/codeql.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7f1c7840e0..7470dff69b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,13 @@ name: "CodeQL" on: - push: - branches: [ "main", "master" ] - schedule: - - cron: '0 0 * * *' - pull_request: - branches: '*' + workflow_dispatch: +# push: +# branches: [ "main", "master" ] +# schedule: +# - cron: '0 0 * * *' +# pull_request: +# branches: '*' jobs: analyze: