Skip to content

Commit

Permalink
ci: run tests on schedule
Browse files Browse the repository at this point in the history
This way we shouldn't miss incompatible Stanardard/Rubocop upgrades
  • Loading branch information
palkan committed Sep 14, 2023
1 parent 4a7e55c commit 62b24ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: "10 4 * * */2"

jobs:
test:
Expand Down

0 comments on commit 62b24ef

Please sign in to comment.