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 2023/01/05 06:05:01 UTC

[cxf-fediz] branch main updated: Removing schedule from codeql

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 23431a58 Removing schedule from codeql
23431a58 is described below

commit 23431a589f6989eab5bfdbc2422bed361571c512
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 5 06:04:45 2023 +0000

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

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 5d9af4a1..07c48e8c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -17,8 +17,8 @@ on:
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [ "main" ]
-  schedule:
-    - cron: '35 13 * * 3'
+  #schedule:
+    # - cron: '35 13 * * 3'
 
 jobs:
   analyze: