From bd9bce807047d460a274fe16bf6c9b337832cd3d Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 13 Aug 2023 19:30:15 +0800 Subject: [PATCH] chore(CI): do not run codeql for pull request (#12181) --- .github/workflows/codeql-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 517a7f863..dbb501c2d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,9 +14,6 @@ name: "CodeQL" on: push: branches: [ main ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ main ] schedule: - cron: '36 21 * * 2'