Skip to content

Commit 9db58b7

Browse files
authored
Update codeql.yml
1 parent 6044a85 commit 9db58b7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: CodeQL
22

33
on:
4-
push:
5-
branches: [master, develop]
6-
pull_request:
7-
branches: [master]
8-
schedule:
9-
- cron: '30 1 * * 0'
4+
workflow_call:
5+
# push:
6+
# branches: [master, develop]
7+
# pull_request:
8+
# branches: [master]
9+
# schedule:
10+
# - cron: '30 1 * * 0'
1011

1112
jobs:
1213
analyze:

0 commit comments

Comments
 (0)