Skip to content

Commit

Permalink
Update testsuite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Sep 13, 2021
1 parent 4ed3dbd commit 0681cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "3.x"
schedule:
- cron: '* 8 * * *'
- cron: '0 8 * * *'

jobs:
compatibility:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
run: "composer update --no-interaction --no-progress --no-suggest"

- name: "Tests"
run: "composer test"
run: "composer test"

0 comments on commit 0681cdf

Please sign in to comment.