From adb715f2f26565be85288d348ac2fd1c1f214f97 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:45:41 +0000 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 44ec015a0b9..83a77d03f33 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,14 +11,15 @@ # name: "CodeQL" -on: - push: - branches: ["main"] - pull_request: +#disable for now +#on: +# push: +# branches: ["main"] +# pull_request: # The branches below must be a subset of the branches above - branches: ["main"] - schedule: - - cron: "0 0 * * 1" +# branches: ["main"] +# schedule: +# - cron: "0 0 * * 1" permissions: contents: read