Skip to content

Commit

Permalink
Schedule ruby CI as Nix (#112)
Browse files Browse the repository at this point in the history
* Schedule ruby CI as Nix

* Fix unfollowed CI name
  • Loading branch information
kachick authored Aug 14, 2023
1 parent 7888bde commit c17e83b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@ on:
branches:
- main
paths:
- '.github/workflows/test.yml'
- '.github/workflows/ci-ruby.yml'
- '.ruby-version'
- '**.gemspec'
- 'Gemfile'
- 'Rakefile'
- '**.rb'
pull_request:
paths:
- '.github/workflows/test.yml'
- '.github/workflows/ci-ruby.yml'
- '.ruby-version'
- '**.gemspec'
- '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 c17e83b

Please sign in to comment.