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

davidarthur pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8ebb9d80a06 Revert "MINOR: Ensure CI runs on weekends (#17396)"
8ebb9d80a06 is described below

commit 8ebb9d80a06a380977ca8b372fade952f2cde994
Author: David Arthur <[email protected]>
AuthorDate: Tue Oct 8 14:03:06 2024 -0400

    Revert "MINOR: Ensure CI runs on weekends (#17396)"
    
    This reverts commit 0fc1529c12ade6a8926edf35db64afa470632967.
---
 .github/workflows/ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 812e0f99793..f8d27b33721 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,9 +20,6 @@ on:
     branches:
       - 'trunk'
 
-  schedule:
-    - cron: '0 0 * * 6,7'    # Run on Saturday and Sunday at midnight UTC
-
   pull_request:
     types: [ opened, synchronize, ready_for_review, reopened ]
     branches:

Reply via email to