Skip to content

Commit d5e7a50

Browse files
committed
Make static analysis a cron job
1 parent 97644bf commit d5e7a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/static_analysis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Coverity Static Analysis
3-
on: [pull_request, workflow_dispatch]
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- 0 3 * * *
47

58
jobs:
69
polaris-scan:

0 commit comments

Comments
 (0)