Skip to content

Commit

Permalink
Don't run CodeQL for merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Dec 16, 2023
1 parent e26a0a0 commit 774fbec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ name: CodeQL Analysis
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]
schedule:
- cron: '00 14 * * *' # Every morning at 7:00am PDT

jobs:
analyze:
Expand Down

0 comments on commit 774fbec

Please sign in to comment.