Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
test running on a schedule
  • Loading branch information
cmason committed Sep 14, 2023
1 parent 368702a commit bd6356f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
# This workflow will install a prebuilt Ruby version, install dependencies, and
# run tests and linters.
name: "Continuous Integration"
on: [push, pull_request]

on:
schedule:
- cron: "*/10 * * * *"
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd6356f

Please sign in to comment.