From 7f703835a56b06bc2157e76be2c6d8f5554ffd23 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sat, 21 Sep 2024 16:07:20 +0200 Subject: [PATCH] limit codeql runs --- .github/workflows/codeql-analysis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5fa7a3b6..26026f40 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,13 +12,12 @@ name: "CodeQL" on: - push: - branches: [ master ] + # push: + # branches: [ master ] pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '33 8 * * 6' + branches: [ master, main ] + # schedule: + # - cron: '33 8 * * 6' concurrency: group: ${{ github.workflow }}-${{ github.ref }}