From e46e537b0ce54a821a2299d94cec6ad92a25e704 Mon Sep 17 00:00:00 2001 From: M <1216063060@qq.com> Date: Mon, 4 Mar 2024 18:49:56 +0800 Subject: [PATCH 1/2] remove schedule task --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 607c20606..d922414be 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,8 +6,8 @@ on: pull_request: # The branches below must be a subset of the branches above, now enable it in all PR # branches: [ master ] - schedule: - - cron: '45 7 * * 1' +# schedule: +# - cron: '45 7 * * 1' jobs: analyze: From 6c18e4f15cc353e413c2a8c6a453ab185e694be6 Mon Sep 17 00:00:00 2001 From: M <1216063060@qq.com> Date: Mon, 4 Mar 2024 19:08:46 +0800 Subject: [PATCH 2/2] further the reason --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d922414be..30c356277 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,6 +6,7 @@ on: pull_request: # The branches below must be a subset of the branches above, now enable it in all PR # branches: [ master ] +# The reason for deleting the scheduled task can be found in PR #304 # schedule: # - cron: '45 7 * * 1'