Skip to content

Commit

Permalink
Schedule ruby CI as Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 14, 2023
1 parent 17bd215 commit ba3f414
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ on:
- 'Gemfile'
- 'Rakefile'
- '**.rb'
schedule:
# Every 10:42 JST
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '42 1 * * *'
workflow_dispatch:

jobs:
test:
strategy:
Expand Down

0 comments on commit ba3f414

Please sign in to comment.