From 3ebfc77e8304face48e9043b90dd94a815fc66f1 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 3 Feb 2025 12:52:20 -0800 Subject: [PATCH] Disable cron task to update license (#33486) Help #33467 The file can be changed or removed after that issue is resolved. --- .github/workflows/cron-licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-licenses.yml b/.github/workflows/cron-licenses.yml index cd8386ecc52..7e57f48aa99 100644 --- a/.github/workflows/cron-licenses.yml +++ b/.github/workflows/cron-licenses.yml @@ -1,8 +1,8 @@ name: cron-licenses on: - schedule: - - cron: "7 0 * * 1" # every Monday at 00:07 UTC + #schedule: + # - cron: "7 0 * * 1" # every Monday at 00:07 UTC workflow_dispatch: jobs: