From 7d34cc6e82c598e764daf9a721c67e8472c4ad8b Mon Sep 17 00:00:00 2001 From: Orestis Melkonian Date: Thu, 14 Nov 2024 12:04:57 +0000 Subject: [PATCH] CI: disable monthly runs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a31513..ae3e4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: - schedule: [{cron: '0 0 * * *'}] + # schedule: [{cron: '0 0 * * *'}] push: {branches: master} jobs: build-deploy: