From fe3eb837f3d072f907946edb3364ffd8d057005f Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:35:09 +0300 Subject: [PATCH] Disable codeql scanning on `pull_request` event (#455) --- .github/workflows/codeql.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 059362b14..42003aedf 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -10,15 +10,7 @@ on: - '**/README.md' - '**/LICENSE' - '.github/**' - pull_request: - branches: - - 'master' - - 'hotfix/**' - - 'release/**' - paths-ignore: - - '**/README.md' - - '**/LICENSE' - - '.github/**' + schedule: - cron: '0 0 * * 6'