From 735804f143acc80d7a4aba53dc04178d6d9552f6 Mon Sep 17 00:00:00 2001 From: chenbishop Date: Mon, 9 Sep 2024 16:13:37 +0100 Subject: [PATCH] disable cron on release --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33a499d..b53a709 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: deploy on: - schedule: - - cron: "0 0 * * *" +# schedule: +# - cron: "0 0 * * *" workflow_dispatch: