From 2ee6fa49a98e414b3a41cd57f8c362eed5bfca28 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:02:18 +0100 Subject: [PATCH] Remove scheduled CI/CD --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab3d058..9214cbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: - master - main # At minute 0 past every 6th hour - schedule: - - cron: "0 */6 * * *" + # schedule: + # - cron: "0 */6 * * *" jobs: deploy: runs-on: ubuntu-latest