Skip to content

Commit

Permalink
limit codeql runs
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Sep 21, 2024
1 parent e07fa8e commit 7f70383
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7f70383

Please sign in to comment.