Skip to content

Commit 0e281bc

Browse files
authored
Merge pull request #1166 from wlemkows/cov-oad
Set cron for coverity run
2 parents e69ed21 + 601df77 commit 0e281bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ name: coverity-unified-runtime
99
# It runs static analysis build - Coverity. It requires special token (set in CI's secret).
1010

1111
on:
12-
push:
13-
branches: ["main"]
12+
schedule:
13+
# Run every day at 23:00 UTC
14+
- cron: '0 23 * * *'
1415
workflow_dispatch:
1516

1617
env:

0 commit comments

Comments
 (0)