test cron 2xd

This commit is contained in:
Eric Blankenhorn 2024-07-10 08:37:42 -05:00
parent 032ab3b57e
commit f4b603fa4e
1 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,13 @@
name: Coverity Scan master branch on a weekly basis
#on:
# workflow_dispatch:
# schedule:
# - cron: "7 3 * * 3"
on:
push:
branches: [ 'master', 'main', 'release/**' ]
workflow_dispatch:
schedule:
- cron: "0 0,12 * * *"
# - cron: "0 0 * * 1"
#on:
# push:
# branches: [ 'master', 'main', 'release/**' ]
jobs:
coverity: