We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e69ed21 + 601df77 commit 0e281bcCopy full SHA for 0e281bc
.github/workflows/coverity.yml
@@ -9,8 +9,9 @@ name: coverity-unified-runtime
9
# It runs static analysis build - Coverity. It requires special token (set in CI's secret).
10
11
on:
12
- push:
13
- branches: ["main"]
+ schedule:
+ # Run every day at 23:00 UTC
14
+ - cron: '0 23 * * *'
15
workflow_dispatch:
16
17
env:
0 commit comments