From 24dcde055493e0095784bfc22722b3d7b423a0a5 Mon Sep 17 00:00:00 2001 From: Yiqing Zhao Date: Thu, 8 Jun 2023 10:34:34 +0800 Subject: [PATCH] Update dependency-check.yml --- .github/workflows/dependency-check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 059e5e2918..1134742bb5 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -1,9 +1,9 @@ name: SDK Dependency Auto Upgrade on: - schedule: - # The "*" (#42, asterisk) character has special semantics in YAML, so this - # string has to be quoted. - - cron: "0 * * * *" +# schedule: +# # The "*" (#42, asterisk) character has special semantics in YAML, so this +# # string has to be quoted. +# - cron: "0 * * * *" workflow_dispatch: permissions: read-all