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

pnoltes pushed a commit to branch feature/update_github_actions
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/update_github_actions 
by this push:
     new 1bfc2c59 Disable coverity-scan on push and pull request.
1bfc2c59 is described below

commit 1bfc2c595d3e9bc386a22d46cd3657fa042d4eb3
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Jan 13 14:22:12 2023 +0100

    Disable coverity-scan on push and pull request.
    
    Note the run coverity-scan on push and pull request for temp enabled
    for testing. Coverity scan should not be done for every pull request
    or push, because this is not allowed.
---
 .github/workflows/coverity-scan.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverity-scan.yml 
b/.github/workflows/coverity-scan.yml
index 799800c6..9f2b5102 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -1,8 +1,8 @@
 name: Celix Coverity Scan
 
 on:
-  push:
-  pull_request:
+#  push:
+#  pull_request:
   schedule:
     - cron: '0 0 * * 0' # Weekly at 00:00 UTC
 

Reply via email to