Skip to content

Commit

Permalink
Weekly runs for Coverity Scan (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored May 22, 2023
1 parent 24e0a87 commit d3013f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Checks
run-name: Code checks for ${{ github.ref_name }}
run-name: Code checks for '${{ github.ref_name }}'

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

on:
# On-demand run
workflow_dispatch:
# Weekly run
schedule:
- cron: '30 5 * * 0'

jobs:
coverity-windows:
Expand Down

0 comments on commit d3013f0

Please sign in to comment.