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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new d8c71580 No point running weekly checks
d8c71580 is described below

commit d8c71580f3176cf3e1e9020c69da75e61d296ae5
Author: Sebb <s...@apache.org>
AuthorDate: Wed Oct 25 16:27:08 2023 +0100

    No point running weekly checks
---
 .github/workflows/codeql-analysis.yml     | 2 --
 .github/workflows/scorecards-analysis.yml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 120d34f3..5e798fe4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -21,8 +21,6 @@ on:
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [ master ]
-  schedule:
-    - cron: '33 9 * * 4'
 
 permissions:
   contents: read
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 4220c81c..ba84afc4 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -17,8 +17,6 @@ name: "Scorecards supply-chain security"
 
 on:
   branch_protection_rule:
-  schedule:
-    - cron: "30 1 * * 6"    # Weekly on Saturdays
   push:
     branches: [ "master" ]
 

Reply via email to