Skip to content

Commit

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

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

- name: "Static Analyze"
run: "composer static:analyze"
run: "composer static:analyze"

0 comments on commit 3107e2b

Please sign in to comment.