Skip to content

Commit a5d55ca

Browse files
committed
Coverity CI: add additional run on Friday
In addition to the Tuesday to eventually catch problems merged during the week.
1 parent 2882995 commit a5d55ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/coverity-scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2020-2026 CESNET, zájmové sdružení právnických osob
3+
14
name: coverity-scan
25

36
on:
47
push:
58
branches:
69
- coverity_scan
710
schedule:
8-
- cron: '0 4 * * 2' # Tuesday at 4:00 UTC
11+
- cron: '0 4 * * 2,5' # Tu,Fr at 4:00 UTC
912

1013
jobs:
1114
Coverity:

0 commit comments

Comments
 (0)