From 930661185aaf88ee15d36cbcba89ff72af26f11a Mon Sep 17 00:00:00 2001 From: MaxM1211 Date: Sat, 27 Jan 2024 11:15:04 +0100 Subject: [PATCH] Stop autostart --- .github/workflows/create_realease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_realease.yml b/.github/workflows/create_realease.yml index da220051..8893f4a0 100644 --- a/.github/workflows/create_realease.yml +++ b/.github/workflows/create_realease.yml @@ -17,8 +17,8 @@ on: tag: description: "Release Tag" type: string - schedule: - - cron: "0 3 * * *" + # schedule: + # - cron: "0 3 * * *" jobs: get_context_info: name: Get Context Info