From 37557ddf2ff9482b372bd245fac5d5a2104ac026 Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Tue, 11 Apr 2023 09:59:02 +0200 Subject: [PATCH] ci: only run codeql on schedule --- .github/workflows/codeql.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be96d0a..d39ad96 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,13 +12,8 @@ name: "CodeQL" on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] schedule: - - cron: '27 8 * * 2' + - cron: '00 04 * * 1-6' jobs: analyze: