We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97644bf commit d5e7a50Copy full SHA for d5e7a50
.github/workflows/static_analysis.yml
@@ -1,6 +1,9 @@
1
---
2
name: Coverity Static Analysis
3
- on: [pull_request, workflow_dispatch]
+ on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - 0 3 * * *
7
8
jobs:
9
polaris-scan:
0 commit comments