From f9eeda4964c511bc7af1ad392efadbd737371513 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:41:30 +0200 Subject: [PATCH] No release schedule --- .github/workflows/prep-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index df2e4f4..a7e1316 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -7,10 +7,6 @@ on: - main paths: - "index.js" - schedule: - # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule - # * is a special character in YAML so you have to quote this string - - cron: "30 6 1 * *" jobs: build: runs-on: ubuntu-latest