Skip to content

Commit

Permalink
Run tests on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Aug 3, 2023
1 parent 1d7ee5e commit 21c8f1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Run rubocop
on: [push, pull_request]

on:
push:
pull_request:
schedule:
- cron: '3 20 * * SUN'

jobs:
rubocop:
runs-on: ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Run tests
on: [push, pull_request]

on:
push:
pull_request:
schedule:
- cron: '3 21 * * SUN'

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 21c8f1b

Please sign in to comment.