Skip to content

Commit 2422fa8

Browse files
authored
chore(ci): run CI scheduled nightly (#61)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 6579b7c commit 2422fa8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tags: [ "v*" ]
77
pull_request:
88
workflow_dispatch:
9+
schedule:
10+
# schedule dayly tests, since dependencies are not intended to be locked
11+
# this means: at 23:42
12+
- cron: '42 23 * * *'
913

1014
# see https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
1115
permissions: {}

0 commit comments

Comments
 (0)