From 20ff5525bef8df178fcfd682aa763c2b70d490b4 Mon Sep 17 00:00:00 2001 From: cdn64 Date: Mon, 19 Aug 2024 09:13:17 +0200 Subject: [PATCH] chore: disable workflow runs based on schedule --- .github/workflows/nextjs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index a21ea82..acadbda 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -13,8 +13,8 @@ on: workflow_dispatch: # Run this workflow every 30min - schedule: - - cron: "0 3 * * *" + # schedule: + # - cron: "0 3 * * *" # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: