Skip to content

Commit d3013f0

Browse files
authored
Weekly runs for Coverity Scan (#565)
1 parent 24e0a87 commit d3013f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Checks
2-
run-name: Code checks for ${{ github.ref_name }}
2+
run-name: Code checks for '${{ github.ref_name }}'
33

44
# General comment:
55
# Coverity doesn't support merging or including reports from multible machine/platforms (at least not officially).
@@ -11,7 +11,11 @@ run-name: Code checks for ${{ github.ref_name }}
1111
# that are done *on the same host* machine.
1212

1313
on:
14+
# On-demand run
1415
workflow_dispatch:
16+
# Weekly run
17+
schedule:
18+
- cron: '30 5 * * 0'
1519

1620
jobs:
1721
coverity-windows:

0 commit comments

Comments
 (0)