Skip to content

Commit f4b603f

Browse files
committed
test cron 2xd
1 parent 032ab3b commit f4b603f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/coverity-scan-fixes.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Coverity Scan master branch on a weekly basis
22

3-
#on:
4-
# workflow_dispatch:
5-
# schedule:
6-
# - cron: "7 3 * * 3"
73
on:
8-
push:
9-
branches: [ 'master', 'main', 'release/**' ]
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0,12 * * *"
7+
# - cron: "0 0 * * 1"
8+
#on:
9+
# push:
10+
# branches: [ 'master', 'main', 'release/**' ]
1011

1112
jobs:
1213
coverity:

0 commit comments

Comments
 (0)