This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/add-dispatch-for-coverity-workflow
in repository https://gitbox.apache.org/repos/asf/celix.git

commit f3a7790d264c6d01710c9e7fd062da49b3fda0f0
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sat Mar 9 15:51:00 2024 +0100

    Add dispatch option for coverity workflow
---
 .github/workflows/coverity-scan.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/coverity-scan.yml 
b/.github/workflows/coverity-scan.yml
index 53473347..25d0191a 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -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:

Reply via email to