Skip to content

Commit 6445452

Browse files
committed
Adjust coverity schedule
Make coverity run on tuesday and saturday instead of only saturday. Have coverity be trigger by trigger/coverity similar to other workflows and have it be triggered by changes to the workflow file.
1 parent 5d460f1 commit 6445452

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/coverity.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: Coverity
22
"on":
33
schedule:
44
# run at 22:00 on every saturday
5-
- cron: '0 22 * * SAT'
5+
- cron: '0 22 * * TUE,SAT'
66
push:
77
branches:
88
- coverity_scan
9+
- trigger/coverity
10+
pull_request:
11+
paths: .github/workflows/coverity.yaml
912
workflow_dispatch:
1013
jobs:
1114

0 commit comments

Comments
 (0)