Skip to content

Commit b5f79da

Browse files
add analysis
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent ae55b6f commit b5f79da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
84
schedule:
9-
- cron: '0 0 * * 0'
5+
- cron: '0 0 */2 * *'
6+
107

118
jobs:
129
analyze:

0 commit comments

Comments
 (0)