From 10ed1a06a9d9c229f0a7465c274808a27980a08e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 26 Nov 2024 15:31:18 +0800 Subject: [PATCH] fix: error --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 55fb7319..25e43f13 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -3,7 +3,7 @@ name: build_release on: schedule: - cron: '0 19 */3 * *' - workflow_dispatch + workflow_dispatch: jobs: build_release: