From 0a25c654d720c2af44d5a2b5262626269a4188e1 Mon Sep 17 00:00:00 2001 From: Potato <60210021+PotatoCloud@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:50:20 +0800 Subject: [PATCH] feat. disable CodeQL --- .github/workflows/codeql.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3969bcc..599594e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,13 +11,13 @@ # name: "CodeQL" -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '42 6 * * 5' +#on: +# push: +# branches: [ "master" ] +# pull_request: +# branches: [ "master" ] +# schedule: +# - cron: '42 6 * * 5' jobs: analyze: