From d6ebd03e2a28ba873f0b8410e908b065cfd1f02b 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 439a84a..76f20d7 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,8 +9,6 @@ name: CI branches: [master] pull_request: branches: [master] - schedule: - - cron: '16 4 12 * *' workflow_dispatch: jobs: