From 1414d4445ca58c95bbb95ea6ba14ed014e70fefc Mon Sep 17 00:00:00 2001 From: Sophie <84560950+Sophie-Xie@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:37:31 +0800 Subject: [PATCH] code analysis doesn't need to run per PR (#4437) --- .github/workflows/codeql-analysis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2a77fa43ac7..d85086f4479 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,19 +12,6 @@ name: "CodeQL" on: - push: - branches: - - 'master' - - 'release-[0-9].[0-9]' - - 'v1-head' - - 'v1.0.0' - - 'v1.0.0-rc3' - - 'v1.0.0-rc4' - - 'v3.*' - - 'v[1-2].[0-9].[0-9]' - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] schedule: - cron: '20 21 * * 6'