Skip to content

Commit

Permalink
Merge pull request #740 from apache/feature/add-dispatch-for-coverity…
Browse files Browse the repository at this point in the history
…-workflow

Add dispatch option for coverity workflow
  • Loading branch information
pnoltes committed Mar 25, 2024
2 parents 10cef0b + f3a7790 commit 8acbe78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Celix Coverity Scan

on:
# push:
# pull_request:
schedule:
- cron: '0 0 * * 0' # Weekly at 00:00 UTC
workflow_dispatch:

jobs:
latest:
Expand Down

0 comments on commit 8acbe78

Please sign in to comment.