From e125bdadbf7bd8ef73e72af933681e1b0e16497b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 1 Jun 2026 09:46:48 +0200 Subject: [PATCH] ci: run CI scheduled nightly Signed-off-by: Jan Kowalleck --- .github/workflows/ruby.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index ccaea4f..1ac59d8 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,6 +6,10 @@ on: tags: [ "v*" ] pull_request: workflow_dispatch: + schedule: + # schedule dayly tests, since dependencies are not intended to be locked + # this means: at 23:42 + - cron: '42 23 * * *' # see https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token permissions: {}