Skip to content

Commit a0b2e01

Browse files
committed
Run tests on a schedule
1 parent 2b97e51 commit a0b2e01

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Run rubocop
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '4 0 * * SUN'
8+
39
jobs:
410
rubocop:
511
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Run tests
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '4 1 * * SUN'
8+
39
jobs:
410
test:
511
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)