Skip to content

Commit d992b30

Browse files
committed
Add scheduling of tests
1 parent 557f310 commit d992b30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
pull_request:
66
branches: [ main ]
7+
schedule:
8+
- cron: '0 0 * * *'
79

810
jobs:
911
test:
12+
if: github.event_name != 'schedule' || github.repository == 'ylsideas/cockroachdb-laravel'
1013
runs-on: ${{ matrix.os }}
11-
1214
strategy:
1315
fail-fast: false
1416
matrix:

0 commit comments

Comments
 (0)