From ca8e313aea8262434ce88a33b4a48998012129ae Mon Sep 17 00:00:00 2001 From: nerdydumbykier <121624727+nerdydumbykier@users.noreply.github.com> Date: Mon, 15 May 2023 14:29:09 +0800 Subject: [PATCH] Removed schedule It was removed because it isn't necessary. --- .github/workflows/turnip_ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/turnip_ci.yml b/.github/workflows/turnip_ci.yml index da48900..29ec800 100644 --- a/.github/workflows/turnip_ci.yml +++ b/.github/workflows/turnip_ci.yml @@ -1,9 +1,9 @@ name: Build "turnip" -on: - workflow_dispatch: - # schedule: - # - cron: '30 0-23 * * *' + + + + jobs: start_building_turnip: