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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 49b6d7b1f7 Remove cron schedule from nightly Docker update workflow 
(#18724)
49b6d7b1f7 is described below

commit 49b6d7b1f704244deef6cff741253baaacb1701a
Author: Tianqi Chen <[email protected]>
AuthorDate: Sat Feb 7 10:52:47 2026 -0500

    Remove cron schedule from nightly Docker update workflow (#18724)
    
    Removed scheduled cron trigger for nightly updates.
---
 .github/workflows/nightly_docker_update.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/nightly_docker_update.yml 
b/.github/workflows/nightly_docker_update.yml
index 74090796bb..b5dd2dfecb 100644
--- a/.github/workflows/nightly_docker_update.yml
+++ b/.github/workflows/nightly_docker_update.yml
@@ -1,8 +1,6 @@
 
 name: Nightly Docker Update
 on:
-  schedule:
-    - cron: "0 0 * * *"
   workflow_dispatch:
 
 concurrency:

Reply via email to