From f3ec093cafabe73aa309e132182b327084801c9e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 23 May 2025 09:49:24 -0500 Subject: [PATCH] chore(codeql): run only weekly (#1920) --- .github/workflows/codeql.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 57c88ba24..17e592188 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,12 @@ name: "CodeQL Advanced" on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + # push: + # branches: [ "master" ] + # pull_request: + # branches: [ "master" ] schedule: - - cron: '39 20 * * 2' + - cron: '0 0 * * *' jobs: analyze: