Skip to content

Commit

Permalink
chore(ci): schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Jan 8, 2022
1 parent c57b44a commit e8aa017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/PHPUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
schedule:
- cron: '30 12,18 * * *'

jobs:
build-test:
test:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e8aa017

Please sign in to comment.