Skip to content

Commit 774fbec

Browse files
committed
Don't run CodeQL for merge queue
1 parent e26a0a0 commit 774fbec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/codeql-analysis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ name: CodeQL Analysis
33
on:
44
push:
55
branches: [ main ]
6-
tags: [ v* ]
76
pull_request:
87
# The branches below must be a subset of the branches above
98
branches: [ main ]
109
paths-ignore: [ '**/*.md' ]
11-
merge_group:
12-
types: [ checks_requested ]
13-
schedule:
14-
- cron: '00 14 * * *' # Every morning at 7:00am PDT
1510

1611
jobs:
1712
analyze:

0 commit comments

Comments
 (0)