Skip to content

Commit 3268fd8

Browse files
committed
Disable CodeQL for regular pushes, PRs; too unreliable
1 parent 88ac353 commit 3268fd8

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@ name: "CodeQL"
33
on:
44
schedule:
55
- cron: '40 21 * * 2'
6-
push:
7-
branches:
8-
- master
9-
- "3.0"
10-
- "2.14"
11-
- "2.13"
12-
paths-ignore:
13-
- "README.md"
14-
- "release-notes/*"
15-
pull_request:
16-
branches:
17-
- master
18-
- "3.0"
19-
- "2.14"
20-
- "2.13"
21-
paths-ignore:
22-
- "README.md"
23-
- "release-notes/*"
6+
# Used to be run on PRs, merges; but too unreliable, removed
247
permissions:
258
contents: read
269

0 commit comments

Comments
 (0)