Skip to content

Commit 46f81df

Browse files
authored
Update codeql-analysis workflow
run analysis only on cron schedule
1 parent 96c4df1 commit 46f81df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: [ main ]
17-
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ main ]
15+
# push:
16+
# branches: [ main ]
17+
# pull_request:
18+
# # The branches below must be a subset of the branches above
19+
# branches: [ main ]
2020
schedule:
21-
- cron: '22 11 * * 6'
21+
- cron: '0 23 * * 6'
2222

2323
jobs:
2424
analyze:

0 commit comments

Comments
 (0)