We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6579b7c commit 2422fa8Copy full SHA for 2422fa8
1 file changed
.github/workflows/ruby.yml
@@ -6,6 +6,10 @@ on:
6
tags: [ "v*" ]
7
pull_request:
8
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 * * *'
13
14
# see https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
15
permissions: {}
0 commit comments