From 62182956d96ec62d35ce94bcb847ce231d2f3eb1 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 911c05e..94c749a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -13,8 +13,6 @@ name: CI branches: - master - 9-2-stable - schedule: - - cron: '16 4 12 * *' workflow_dispatch: jobs: