From 58b660bad714061dd0fadeb5901360810eb4bf5a Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 2 Oct 2025 20:29:14 +0200 Subject: [PATCH] ci: disable weekly build due to inactivity --- .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 e7b6385..42e8ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: pull_request: branches: [master] workflow_dispatch: - schedule: - - cron: '41 4 * * 4' # weekly on thursday morning + #schedule: + #- cron: '41 4 * * 4' # weekly on thursday morning jobs: build: