Skip to content

Commit

Permalink
Add scheduling of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Dec 2, 2023
1 parent 557f310 commit d992b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *'

jobs:
test:
if: github.event_name != 'schedule' || github.repository == 'ylsideas/cockroachdb-laravel'
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d992b30

Please sign in to comment.