From 1eb0f209b55d52e184b33c6ec59033e3637e147d Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Mon, 17 Apr 2023 02:03:53 +0800 Subject: [PATCH] remove scheduled run of check spelling --- .github/workflows/spelling.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index d694652..53124e0 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -51,9 +51,6 @@ on: issue_comment: types: - 'created' - # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. - schedule: - - cron: '0 16 * * *' # Trigger the workflow manually workflow_dispatch: