We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac353 commit 3268fd8Copy full SHA for 3268fd8
.github/workflows/codeql-analysis.yml
@@ -3,24 +3,7 @@ name: "CodeQL"
3
on:
4
schedule:
5
- 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
17
18
19
20
21
22
23
+ # Used to be run on PRs, merges; but too unreliable, removed
24
permissions:
25
contents: read
26
0 commit comments