You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/10/22 15:43:28 UTC

[cxf] branch master updated: Removing CodeQL Schedule

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new a421613  Removing CodeQL Schedule
a421613 is described below

commit a421613ce5b5bb21bfa22c94a3b3fd42b77c9079
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 22 16:43:04 2020 +0100

    Removing CodeQL Schedule
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 599162a..46791eb 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,8 +11,8 @@ on:
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 18 * * 5'
+  #schedule:
+    #- cron: '0 18 * * 5'
 
 jobs:
   analyze: