From b51020aef65eb424c6458133037856f32e0b5a75 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sat, 15 Nov 2025 13:53:59 +0100 Subject: [PATCH] Remove scheduled CI runs These schedules make GitHub disable the whole workflow when activity is low, and I'd rather the jobs were run whenever a pull request lands. --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 6a3e1c7..2ea21ce 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,12 +9,12 @@ name: CI branches: - master - 9-2-stable + - 10-0-stable pull_request: branches: - master - 9-2-stable - schedule: - - cron: '16 4 12 * *' + - 10-0-stable workflow_dispatch: jobs: