You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/26 17:00:55 UTC

[commons-crypto] branch master updated: No point having cron job as well

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new ca9d9c4  No point having cron job as well
ca9d9c4 is described below

commit ca9d9c4c38b578e578324833605ce77d54727cd6
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 26 18:00:48 2022 +0100

    No point having cron job as well
---
 .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 1c24827..06cd271 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -27,8 +27,8 @@ on:
       - '**/workflows/*.yml'
     # The branches below must be a subset of the branches above
     branches: [ master ]
-  schedule:
-    - cron: '33 9 * * 4'
+  # schedule:
+  #   - cron: '33 9 * * 4'
 
 jobs:
   analyze: