Skip to content

Commit

Permalink
test cron 2xd
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Jul 10, 2024
1 parent b9c55a3 commit 2050cbb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/coverity-scan-fixes.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2050cbb

Please sign in to comment.